# HG changeset patch # User Kenichi Handa # Date 907829136 0 # Node ID a80f6d8c1dc6b69553ff99e41d16236d4cfbc84a # Parent 2fe04027242e8469f0046c9e3c434f318b46701f (inhibit_modification_hooks): Extern it. diff -r 2fe04027242e -r a80f6d8c1dc6 src/buffer.h --- 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;