]> git.eshelyaron.com Git - emacs.git/commitdiff
(inhibit_modification_hooks): Extern it.
authorKenichi Handa <handa@m17n.org>
Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)
src/buffer.h

index 2cfec1239bb2214ab99c2ea576cded26161572f1..6e783373bd0adc6150d5f484ab592923407ae5dc 100644 (file)
@@ -736,6 +736,9 @@ extern Lisp_Object Qbefore_change_functions;
 extern Lisp_Object Qafter_change_functions;
 extern Lisp_Object Qfirst_change_hook;
 
+/* If nonzero, all modification hooks are suppressed.  */
+extern int inhibit_modification_hooks;
+
 extern Lisp_Object Vdeactivate_mark;
 extern Lisp_Object Vtransient_mark_mode;
 \f