From: Richard M. Stallman Date: Fri, 20 May 1994 05:29:50 +0000 (+0000) Subject: (syms_of_textprop): Set up Lisp fn get-char-property. X-Git-Tag: emacs-19.34~8271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb769fd77c99b14e434d15a230562f19bfe3a105;p=emacs.git (syms_of_textprop): Set up Lisp fn get-char-property. --- diff --git a/src/textprop.c b/src/textprop.c index 938cc8059c6..8778e8d1438 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1370,6 +1370,7 @@ percentage by which the left interval tree should not differ from the right."); 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);