From e8553dd1e3a74e8324337a4bc0b6fcf27e8ecbf5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 30 Mar 2004 07:12:54 +0000 Subject: [PATCH] (Finsert_file_contents): Be sure to call unbind_to after calling code_conversion_save. --- src/fileio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fileio.c b/src/fileio.c index c5089cbe78d..1454ca921bd 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; }