changeset 50486:b67e5e5b8fc4

(code_convert_region): Fix last change.
author Kenichi Handa <handa@m17n.org>
date Tue, 08 Apr 2003 10:46:31 +0000
parents daa79910d356
children db1e3303096f
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;