summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-03-30 07:12:54 +0000
committerKenichi Handa <handa@m17n.org>2004-03-30 07:12:54 +0000
commite8553dd1e3a74e8324337a4bc0b6fcf27e8ecbf5 (patch)
tree3f6e074effde876c8557d4ce27f137fb50cd2260 /src
parentb8898393ccd503cd7e27c733fb9d8ce19679dc2b (diff)
downloademacs-e8553dd1e3a74e8324337a4bc0b6fcf27e8ecbf5.tar.gz
(Finsert_file_contents): Be sure to call unbind_to
after calling code_conversion_save.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
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;
}