diff options
| author | Richard M. Stallman | 1993-07-23 07:57:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-23 07:57:57 +0000 |
| commit | b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749 (patch) | |
| tree | 898591c4de842d4a3ff754831e82b5e840fde5a3 /src | |
| parent | 0aaa80cc1774530e23905ac1a85c5303ff37de08 (diff) | |
| download | emacs-b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749.tar.gz emacs-b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749.zip | |
(Vinhibit_point_motion_hooks): Declared.
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 (); |