Mercurial > emacs
changeset 4241:64cfb6d569e4
(Vinhibit_point_motion_hooks): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Jul 1993 07:57:57 +0000 |
parents | 7a33be8c3192 |
children | 49007dbbec4c |
files | src/intervals.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.h Fri Jul 23 07:48:11 1993 +0000 +++ b/src/intervals.h Fri Jul 23 07:57:57 1993 +0000 @@ -197,6 +197,8 @@ 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 ();