diff options
| author | Kenichi Handa | 2003-04-08 10:46:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-04-08 10:46:31 +0000 |
| commit | 24a948a7819c2a8132569eee53ad6a3cd15a6d9e (patch) | |
| tree | 5316accd675a6e51198f0da1a42c972b88eeb08c /src/coding.c | |
| parent | 2310d84c27b21f2578d375808efb31bb1ddf4cbf (diff) | |
| download | emacs-24a948a7819c2a8132569eee53ad6a3cd15a6d9e.tar.gz emacs-24a948a7819c2a8132569eee53ad6a3cd15a6d9e.zip | |
(code_convert_region): Fix last change.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index f35018e7151..85072d63b8f 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5449,7 +5449,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace) | |||
| 5449 | Lisp_Object new; | 5449 | Lisp_Object new; |
| 5450 | 5450 | ||
| 5451 | record_unwind_protect (code_convert_region_unwind, | 5451 | record_unwind_protect (code_convert_region_unwind, |
| 5452 | Vlatin_extra_code_table); | 5452 | Vlast_coding_system_used); |
| 5453 | /* We should not call any more pre-write/post-read-conversion | 5453 | /* We should not call any more pre-write/post-read-conversion |
| 5454 | functions while this pre-write-conversion is running. */ | 5454 | functions while this pre-write-conversion is running. */ |
| 5455 | inhibit_pre_post_conversion = 1; | 5455 | inhibit_pre_post_conversion = 1; |