Mercurial > emacs
diff src/textprop.c @ 7582:454c279b6d18
(syms_of_textprop): Set up Lisp fn get-char-property.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 20 May 1994 05:29:50 +0000 |
| parents | cd81dba38a49 |
| children | 2226c7efb3da |
line wrap: on
line diff
--- a/src/textprop.c Fri May 20 05:29:36 1994 +0000 +++ b/src/textprop.c Fri May 20 05:29:50 1994 +0000 @@ -1370,6 +1370,7 @@ defsubr (&Stext_properties_at); defsubr (&Sget_text_property); + defsubr (&Sget_char_property); defsubr (&Snext_property_change); defsubr (&Snext_single_property_change); defsubr (&Sprevious_property_change);
