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:
parent
b8898393cc
commit
e8553dd1e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue