aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da8b012b3ae..c15cc1efc0c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12001-09-11 Gerd Moellmann <gerd@gnu.org> 12001-09-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t,
4 in addition to read-only.
5
6 * xdisp.c (with_echo_area_buffer): Bind inhibit-modification-hooks
7 to t in addition to read-only.
8
9 * lisp.h (Qinhibit_modification_hooks): Declare.
10
11 * insdel.c (Qinhibit_modification_hooks): New variable.
12 (syms_of_insdel): Initialize and staticpro it.
13
3 * textprop.c (verify_interval_modification): Don't run 14 * textprop.c (verify_interval_modification): Don't run
4 modification-hooks if inhibit_modification_hooks. 15 modification-hooks if inhibit_modification_hooks.
5 16