From: Kenichi Handa Date: Thu, 8 Oct 1998 06:45:36 +0000 (+0000) Subject: (inhibit_modification_hooks): Extern it. X-Git-Tag: emacs-20.4~1551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=347d3e9ca8bf6c66aa389c12b19af7f5c6129bc0;p=emacs.git (inhibit_modification_hooks): Extern it. --- diff --git a/src/buffer.h b/src/buffer.h index 2cfec1239bb..6e783373bd0 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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;