aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intervals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intervals.h b/src/intervals.h
index 7a6c91064fd..16202499b50 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -201,6 +201,7 @@ extern Lisp_Object Ftext_properties_at ();
201extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); 201extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
202extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); 202extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();
203extern Lisp_Object Fremove_text_properties (), Ferase_text_properties (); 203extern Lisp_Object Fremove_text_properties (), Ferase_text_properties ();
204extern Lisp_Object copy_text_properties ();
204 205
205extern void syms_of_textprop (); 206extern void syms_of_textprop ();
206 207