changeset 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 9c97c94610f2
children 7bfbe20f7686
files src/textprop.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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);