diff options
| author | Kenichi Handa | 2004-03-30 07:12:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-30 07:12:54 +0000 |
| commit | e8553dd1e3a74e8324337a4bc0b6fcf27e8ecbf5 (patch) | |
| tree | 3f6e074effde876c8557d4ce27f137fb50cd2260 /src | |
| parent | b8898393ccd503cd7e27c733fb9d8ce19679dc2b (diff) | |
| download | emacs-e8553dd1e3a74e8324337a4bc0b6fcf27e8ecbf5.tar.gz emacs-e8553dd1e3a74e8324337a4bc0b6fcf27e8ecbf5.zip | |
(Finsert_file_contents): Be sure to call unbind_to
after calling code_conversion_save.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
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. */) | |||
| 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 | ||