aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-04-11 11:10:48 +0000
committerKenichi Handa2003-04-11 11:10:48 +0000
commitaea797fc6e314e7d10e68090fbcd477e0539c584 (patch)
tree9c643c82c75b6c4ebe8d7d5ed1fd04d279bc3290
parentaa95b71094d8b72f59d167d2b518af4e12e0d291 (diff)
downloademacs-aea797fc6e314e7d10e68090fbcd477e0539c584.tar.gz
emacs-aea797fc6e314e7d10e68090fbcd477e0539c584.zip
(utf-translate-cjk-mode): Fix incorrect
place of parenthesis.
-rw-r--r--lisp/international/utf-8.el10
1 files 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."
253 (define-translation-hash-table 'utf-subst-table-for-decode 253 (define-translation-hash-table 'utf-subst-table-for-decode
254 ucs-unicode-to-mule-cjk) 254 ucs-unicode-to-mule-cjk)
255 (define-translation-hash-table 'utf-subst-table-for-encode 255 (define-translation-hash-table 'utf-subst-table-for-encode
256 ucs-mule-cjk-to-unicode)) 256 ucs-mule-cjk-to-unicode)))
257 (define-translation-hash-table 'utf-subst-table-for-decode 257 (define-translation-hash-table 'utf-subst-table-for-decode
258 (make-hash-table :test 'eq)) 258 (make-hash-table :test 'eq))
259 (define-translation-hash-table 'utf-subst-table-for-encode 259 (define-translation-hash-table 'utf-subst-table-for-encode
260 (make-hash-table :test 'eq))))) 260 (make-hash-table :test 'eq))))
261 261
262(define-ccl-program ccl-decode-mule-utf-8 262(define-ccl-program ccl-decode-mule-utf-8
263 ;; 263 ;;