From aea797fc6e314e7d10e68090fbcd477e0539c584 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 11 Apr 2003 11:10:48 +0000 Subject: [PATCH] (utf-translate-cjk-mode): Fix incorrect place of parenthesis. --- lisp/international/utf-8.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ;; -- 2.39.2