changeset 20838:3d67d591c066

(encode-hz-region): Do not bind enable-multibyte-characters to nil locally.
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Feb 1998 11:25:01 +0000
parents 33f4fac4edd1
children e933240ee6c0
files lisp/language/china-util.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/china-util.el	Wed Feb 04 11:25:01 1998 +0000
+++ b/lisp/language/china-util.el	Wed Feb 04 11:25:01 1998 +0000
@@ -159,8 +159,7 @@
       ;; Chinese GB2312 -> "~{...~}"
       (goto-char (point-min))
       (if (re-search-forward "\\cc" nil t)
-	  (let ((enable-multibyte-characters nil)
-		pos)
+	  (let (pos)
 	    (goto-char (setq pos (match-beginning 0)))
 	    (encode-coding-region pos (point-max) 'iso-2022-7bit)
 	    (goto-char pos)