1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

(Vinhibit_point_motion_hooks): Declared.

This commit is contained in:
Richard M. Stallman 1993-07-23 07:57:57 +00:00
parent 0aaa80cc17
commit b81de1f7e7

View file

@ -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 ();