(code_convert_region): Fix last change.
This commit is contained in:
parent
2310d84c27
commit
24a948a781
1 changed files with 1 additions and 1 deletions
|
@ -5449,7 +5449,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
|
|||
Lisp_Object new;
|
||||
|
||||
record_unwind_protect (code_convert_region_unwind,
|
||||
Vlatin_extra_code_table);
|
||||
Vlast_coding_system_used);
|
||||
/* We should not call any more pre-write/post-read-conversion
|
||||
functions while this pre-write-conversion is running. */
|
||||
inhibit_pre_post_conversion = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue