]> git.eshelyaron.com Git - emacs.git/commitdiff
(utf-translate-cjk-mode): Fix incorrect
authorKenichi Handa <handa@m17n.org>
Fri, 11 Apr 2003 11:10:48 +0000 (11:10 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 11 Apr 2003 11:10:48 +0000 (11:10 +0000)
place of parenthesis.

lisp/international/utf-8.el

index f59512277fec5784a1656e22c780379bb3f7a987..634020920b29149fe50aa2f466c2430c10072f87 100644 (file)
@@ -253,11 +253,11 @@ default.  Also, installing them may be rather slow."
          (define-translation-hash-table 'utf-subst-table-for-decode
            ucs-unicode-to-mule-cjk)
          (define-translation-hash-table 'utf-subst-table-for-encode
-           ucs-mule-cjk-to-unicode))
-       (define-translation-hash-table 'utf-subst-table-for-decode
-         (make-hash-table :test 'eq))
-       (define-translation-hash-table 'utf-subst-table-for-encode
-         (make-hash-table :test 'eq)))))
+           ucs-mule-cjk-to-unicode)))
+    (define-translation-hash-table 'utf-subst-table-for-decode
+      (make-hash-table :test 'eq))
+    (define-translation-hash-table 'utf-subst-table-for-encode
+      (make-hash-table :test 'eq))))
 
 (define-ccl-program ccl-decode-mule-utf-8
   ;;