# HG changeset patch # User Richard M. Stallman # Date 769411790 0 # Node ID 454c279b6d1845991ae5e8407187401fc7b5f1bd # Parent 9c97c94610f289796143be84fd64de80d0936f9e (syms_of_textprop): Set up Lisp fn get-char-property. diff -r 9c97c94610f2 -r 454c279b6d18 src/textprop.c --- 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);