1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

(utf-translate-cjk-mode): Fix incorrect

place of parenthesis.
This commit is contained in:
Kenichi Handa 2003-04-11 11:10:48 +00:00
parent aa95b71094
commit aea797fc6e

View 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
;;