]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_textprop): Set up Lisp fn get-char-property.
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 May 1994 05:29:50 +0000 (05:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 May 1994 05:29:50 +0000 (05:29 +0000)
src/textprop.c

index 938cc8059c62cf7fc409b5a0d84d52817fc85d6b..8778e8d14386e4cc5b45f254aeede2a0637594c1 100644 (file)
@@ -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);