diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-23 07:57:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-23 07:57:57 +0000 |
commit | b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749 (patch) | |
tree | 898591c4de842d4a3ff754831e82b5e840fde5a3 /src/intervals.h | |
parent | 0aaa80cc1774530e23905ac1a85c5303ff37de08 (diff) | |
download | emacs-b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749.tar.gz |
(Vinhibit_point_motion_hooks): Declared.
Diffstat (limited to 'src/intervals.h')
-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; extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; extern Lisp_Object Qinvisible, Qread_only; +extern Lisp_Object Vinhibit_point_motion_hooks; + extern Lisp_Object Ftext_properties_at (); extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); |