diff options
author | Kenichi Handa <handa@m17n.org> | 1998-10-08 06:45:36 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-10-08 06:45:36 +0000 |
commit | 347d3e9ca8bf6c66aa389c12b19af7f5c6129bc0 (patch) | |
tree | 1c8e25cbbac47a4f45eafdff8e9fa393fec45ac0 /src/buffer.h | |
parent | ba7434e5bfed6a72de5fea3504618fd1cc78daac (diff) | |
download | emacs-347d3e9ca8bf6c66aa389c12b19af7f5c6129bc0.tar.gz |
(inhibit_modification_hooks): Extern it.
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |