aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h
index d7c34012e1f..b2d755036ba 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -315,10 +315,10 @@ EXFUN (Fget_char_property, 3);
315EXFUN (Fget_text_property, 3); 315EXFUN (Fget_text_property, 3);
316EXFUN (Ftext_properties_at, 2); 316EXFUN (Ftext_properties_at, 2);
317EXFUN (Fnext_property_change, 3); 317EXFUN (Fnext_property_change, 3);
318EXFUN (Fprevious_property_change, 3);
319EXFUN (Fadd_text_properties, 4); 318EXFUN (Fadd_text_properties, 4);
320EXFUN (Fset_text_properties, 4); 319EXFUN (Fset_text_properties, 4);
321EXFUN (Fremove_text_properties, 4); 320EXFUN (Fremove_text_properties, 4);
321EXFUN (Fremove_list_of_text_properties, 4);
322EXFUN (Ftext_property_any, 5); 322EXFUN (Ftext_property_any, 5);
323EXFUN (Fprevious_single_char_property_change, 4); 323EXFUN (Fprevious_single_char_property_change, 4);
324extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object, 324extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object,