From: Richard M. Stallman Date: Fri, 23 Jul 1993 07:57:57 +0000 (+0000) Subject: (Vinhibit_point_motion_hooks): Declared. X-Git-Tag: emacs-19.34~11610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b81de1f7e7fb6ce24d2b0ad3c1cf9cf09dfef749;p=emacs.git (Vinhibit_point_motion_hooks): Declared. --- 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 ();