diff options
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; |