Mercurial > emacs
changeset 39249:6c123a053838
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 11 Sep 2001 13:09:15 +0000 |
parents | 51b411c7b689 |
children | 5921e30bf534 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 11 13:08:48 2001 +0000 +++ b/src/ChangeLog Tue Sep 11 13:09:15 2001 +0000 @@ -1,5 +1,16 @@ 2001-09-11 Gerd Moellmann <gerd@gnu.org> + * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t, + in addition to read-only. + + * xdisp.c (with_echo_area_buffer): Bind inhibit-modification-hooks + to t in addition to read-only. + + * lisp.h (Qinhibit_modification_hooks): Declare. + + * insdel.c (Qinhibit_modification_hooks): New variable. + (syms_of_insdel): Initialize and staticpro it. + * textprop.c (verify_interval_modification): Don't run modification-hooks if inhibit_modification_hooks.