aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-12-01 15:19:38 -0500
committerStefan Monnier2011-12-01 15:19:38 -0500
commit0068070eb050be4d7f46313e67e5902a931ce051 (patch)
treefafee6ec484ec325660849391806c8873b88d4e2 /src/ChangeLog
parent9505c3c799e4158b0714da3739ef9244e63d9e92 (diff)
downloademacs-0068070eb050be4d7f46313e67e5902a931ce051.tar.gz
emacs-0068070eb050be4d7f46313e67e5902a931ce051.zip
* src/fileio.c (Finsert_file_contents): Move after-change-function call
to before the "handled:" label, since all "goto handled" appear in cases where the *-change-functions have already been properly called. Fixes: debbugs:10117
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f230cdba26f..75f62ad6fbd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fileio.c (Finsert_file_contents): Move after-change-function call
4 to before the "handled:" label, since all "goto handled" appear in
5 cases where the *-change-functions have already been properly called
6 (bug#10117).
7
12011-12-01 Andreas Schwab <schwab@linux-m68k.org> 82011-12-01 Andreas Schwab <schwab@linux-m68k.org>
2 9
3 * keyboard.c (interrupt_signal): Don't call kill-emacs when 10 * keyboard.c (interrupt_signal): Don't call kill-emacs when