From eb769fd77c99b14e434d15a230562f19bfe3a105 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 20 May 1994 05:29:50 +0000 Subject: [PATCH] (syms_of_textprop): Set up Lisp fn get-char-property. --- src/textprop.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5