aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-20 05:29:50 +0000
committerRichard M. Stallman1994-05-20 05:29:50 +0000
commiteb769fd77c99b14e434d15a230562f19bfe3a105 (patch)
treeef7c55fce9234b212028749f9989b0567c9b977f /src
parent4af4089656a75fa9f7b4aeceaa51354b50171dd3 (diff)
downloademacs-eb769fd77c99b14e434d15a230562f19bfe3a105.tar.gz
emacs-eb769fd77c99b14e434d15a230562f19bfe3a105.zip
(syms_of_textprop): Set up Lisp fn get-char-property.
Diffstat (limited to 'src')
-rw-r--r--src/textprop.c1
1 files changed, 1 insertions, 0 deletions
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.");
1370 1370
1371 defsubr (&Stext_properties_at); 1371 defsubr (&Stext_properties_at);
1372 defsubr (&Sget_text_property); 1372 defsubr (&Sget_text_property);
1373 defsubr (&Sget_char_property);
1373 defsubr (&Snext_property_change); 1374 defsubr (&Snext_property_change);
1374 defsubr (&Snext_single_property_change); 1375 defsubr (&Snext_single_property_change);
1375 defsubr (&Sprevious_property_change); 1376 defsubr (&Sprevious_property_change);