(code_convert_region): Fix last change.

This commit is contained in:
Kenichi Handa 2003-04-08 10:46:31 +00:00
parent 2310d84c27
commit 24a948a781

View file

@ -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;