# HG changeset patch # User Kenichi Handa # Date 1080630774 0 # Node ID da890d4130ce98d508d37595e754b31b5ab8b8b4 # Parent 561b856c5b1f37b8e3a88cf3d334084c464ad750 (Finsert_file_contents): Be sure to call unbind_to after calling code_conversion_save. diff -r 561b856c5b1f -r da890d4130ce src/fileio.c --- a/src/fileio.c Fri Mar 12 00:03:12 2004 +0000 +++ b/src/fileio.c Tue Mar 30 07:12:54 2004 +0000 @@ -4199,6 +4199,8 @@ /* Truncate the buffer to the size of the file. */ del_range_byte (same_at_start, same_at_end, 0); inserted = 0; + + unbind_to (this_count, Qnil); goto handled; }