changeset 50549:c8525ac04d76

(utf-translate-cjk-mode): Fix incorrect place of parenthesis.
author Kenichi Handa <handa@m17n.org>
date Fri, 11 Apr 2003 11:10:48 +0000
parents 706cf77805ad
children e5a7bd7247c7
files lisp/international/utf-8.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/utf-8.el	Fri Apr 11 11:03:01 2003 +0000
+++ b/lisp/international/utf-8.el	Fri Apr 11 11:10:48 2003 +0000
@@ -253,11 +253,11 @@
 	  (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
   ;;