From: Kenichi Handa Date: Fri, 11 Apr 2003 11:10:48 +0000 (+0000) Subject: (utf-translate-cjk-mode): Fix incorrect X-Git-Tag: ttn-vms-21-2-B4~10546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aea797fc6e314e7d10e68090fbcd477e0539c584;p=emacs.git (utf-translate-cjk-mode): Fix incorrect place of parenthesis. --- diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index f59512277fe..634020920b2 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -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 ;;