diff src/fileio.c @ 89871:da890d4130ce

(Finsert_file_contents): Be sure to call unbind_to after calling code_conversion_save.
author Kenichi Handa <handa@m17n.org>
date Tue, 30 Mar 2004 07:12:54 +0000
parents 71b7464faec1
children 68c22ea6027c
line wrap: on
line diff
--- 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;
 	}