aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorKenichi Handa1998-10-08 06:45:36 +0000
committerKenichi Handa1998-10-08 06:45:36 +0000
commit347d3e9ca8bf6c66aa389c12b19af7f5c6129bc0 (patch)
tree1c8e25cbbac47a4f45eafdff8e9fa393fec45ac0 /src/buffer.h
parentba7434e5bfed6a72de5fea3504618fd1cc78daac (diff)
downloademacs-347d3e9ca8bf6c66aa389c12b19af7f5c6129bc0.tar.gz
emacs-347d3e9ca8bf6c66aa389c12b19af7f5c6129bc0.zip
(inhibit_modification_hooks): Extern it.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
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;
736extern Lisp_Object Qafter_change_functions; 736extern Lisp_Object Qafter_change_functions;
737extern Lisp_Object Qfirst_change_hook; 737extern Lisp_Object Qfirst_change_hook;
738 738
739/* If nonzero, all modification hooks are suppressed. */
740extern int inhibit_modification_hooks;
741
739extern Lisp_Object Vdeactivate_mark; 742extern Lisp_Object Vdeactivate_mark;
740extern Lisp_Object Vtransient_mark_mode; 743extern Lisp_Object Vtransient_mark_mode;
741 744