* src/fileio.c (Finsert_file_contents): Move after-change-function call
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Dec 2011 20:19:38 +0000 (15:19 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Dec 2011 20:19:38 +0000 (15:19 -0500)
commit0068070eb050be4d7f46313e67e5902a931ce051
treefafee6ec484ec325660849391806c8873b88d4e2
parent9505c3c799e4158b0714da3739ef9244e63d9e92
* 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
src/ChangeLog
src/fileio.c