aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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);