From: Kenichi Handa Date: Tue, 8 Apr 2003 10:46:31 +0000 (+0000) Subject: (code_convert_region): Fix last change. X-Git-Tag: ttn-vms-21-2-B4~10600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24a948a7819c2a8132569eee53ad6a3cd15a6d9e;p=emacs.git (code_convert_region): Fix last change. --- 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) 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;