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:
parent
aa95b71094
commit
aea797fc6e
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue