aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intervals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intervals.h b/src/intervals.h
index 0115003df72..86c0d137bdf 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -197,6 +197,8 @@ extern Lisp_Object Qlocal_map;
197extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; 197extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;
198extern Lisp_Object Qinvisible, Qread_only; 198extern Lisp_Object Qinvisible, Qread_only;
199 199
200extern Lisp_Object Vinhibit_point_motion_hooks;
201
200extern Lisp_Object Ftext_properties_at (); 202extern Lisp_Object Ftext_properties_at ();
201extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); 203extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
202extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); 204extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();