aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-23 07:57:57 +0000
committerRichard M. Stallman1993-07-23 07:57:57 +0000
commitb81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749 (patch)
tree898591c4de842d4a3ff754831e82b5e840fde5a3 /src
parent0aaa80cc1774530e23905ac1a85c5303ff37de08 (diff)
downloademacs-b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749.tar.gz
emacs-b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749.zip
(Vinhibit_point_motion_hooks): Declared.
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 ();