1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(Finsert_file_contents): Be sure to call unbind_to

after calling code_conversion_save.
This commit is contained in:
Kenichi Handa 2004-03-30 07:12:54 +00:00
parent b8898393cc
commit e8553dd1e3

View file

@ -4199,6 +4199,8 @@ actually used. */)
/* 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;
}