Mercurial > emacs
diff src/ChangeLog @ 78602:b86e73d7c635
(reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 21 Aug 2007 18:22:03 +0000 |
parents | 925f8722282a |
children | 51b86ee354c0 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 21 16:25:41 2007 +0000 +++ b/src/ChangeLog Tue Aug 21 18:22:03 2007 +0000 @@ -1,3 +1,11 @@ +2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> + + * insdel.c (reset_var_on_error): New fun. + (signal_before_change, signal_after_change): + Use it to reset (after|before)-change-functions to nil in case of error. + Bind inhibit-modification-hooks to t. + Don't bind (after|before)-change-functions to nil while they run. + 2007-08-19 Andreas Schwab <schwab@suse.de> * alloc.c (pure): Round PURESIZE up.