diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.h | 2 |
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; | |||
| 197 | extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; | 197 | extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; |
| 198 | extern Lisp_Object Qinvisible, Qread_only; | 198 | extern Lisp_Object Qinvisible, Qread_only; |
| 199 | 199 | ||
| 200 | extern Lisp_Object Vinhibit_point_motion_hooks; | ||
| 201 | |||
| 200 | extern Lisp_Object Ftext_properties_at (); | 202 | extern Lisp_Object Ftext_properties_at (); |
| 201 | extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); | 203 | extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); |
| 202 | extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); | 204 | extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); |