comparison 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
comparison
equal deleted inserted replaced
89870:561b856c5b1f 89871:da890d4130ce
4197 { 4197 {
4198 specpdl_ptr--; 4198 specpdl_ptr--;
4199 /* Truncate the buffer to the size of the file. */ 4199 /* Truncate the buffer to the size of the file. */
4200 del_range_byte (same_at_start, same_at_end, 0); 4200 del_range_byte (same_at_start, same_at_end, 0);
4201 inserted = 0; 4201 inserted = 0;
4202
4203 unbind_to (this_count, Qnil);
4202 goto handled; 4204 goto handled;
4203 } 4205 }
4204 4206
4205 /* Extend the start of non-matching text area to the previous 4207 /* Extend the start of non-matching text area to the previous
4206 multibyte character boundary. */ 4208 multibyte character boundary. */