diff lisp/language/china-util.el @ 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 f510736ce3d1
children 5e0c74e072de
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)