# HG changeset patch # User Kenichi Handa # Date 1049798791 0 # Node ID b67e5e5b8fc405581c3559b71e78715ef92c8553 # Parent daa79910d3560c1c0f03d2fdf906be012fffeb20 (code_convert_region): Fix last change. diff -r daa79910d356 -r b67e5e5b8fc4 src/coding.c --- a/src/coding.c Tue Apr 08 07:26:33 2003 +0000 +++ b/src/coding.c Tue Apr 08 10:46:31 2003 +0000 @@ -5449,7 +5449,7 @@ 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;