diff src/buffer.h @ 23398:a80f6d8c1dc6

(inhibit_modification_hooks): Extern it.
author Kenichi Handa <handa@m17n.org>
date Thu, 08 Oct 1998 06:45:36 +0000
parents a48831a21513
children c5eb87f3571e
line wrap: on
line diff
--- a/src/buffer.h	Thu Oct 08 06:45:36 1998 +0000
+++ b/src/buffer.h	Thu Oct 08 06:45:36 1998 +0000
@@ -736,6 +736,9 @@
 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;