# HG changeset patch # User Gerd Moellmann # Date 1000213755 0 # Node ID 6c123a05383875f33b8cfe0673eecfde0cd746eb # Parent 51b411c7b689033da74b6feb5e0c0559b0d384a1 *** empty log message *** diff -r 51b411c7b689 -r 6c123a053838 src/ChangeLog --- 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 + * 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.