aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-08-21 18:22:03 +0000
committerStefan Monnier2007-08-21 18:22:03 +0000
commit97c4ef2a204f2be3db8de5c900046abe09d0582a (patch)
treed70157d7cbda014f388718d4992374bc0341e913 /src/ChangeLog
parentd5dac3b9bd5baa34ebb0506d0cd4460397a03d81 (diff)
downloademacs-97c4ef2a204f2be3db8de5c900046abe09d0582a.tar.gz
emacs-97c4ef2a204f2be3db8de5c900046abe09d0582a.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index add0663a648..bf015d6959f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * insdel.c (reset_var_on_error): New fun.
4 (signal_before_change, signal_after_change):
5 Use it to reset (after|before)-change-functions to nil in case of error.
6 Bind inhibit-modification-hooks to t.
7 Don't bind (after|before)-change-functions to nil while they run.
8
12007-08-19 Andreas Schwab <schwab@suse.de> 92007-08-19 Andreas Schwab <schwab@suse.de>
2 10
3 * alloc.c (pure): Round PURESIZE up. 11 * alloc.c (pure): Round PURESIZE up.