1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

(utf-translate-cjk): Call

optimize-char-coding-system-table.
This commit is contained in:
Dave Love 2003-01-03 20:12:51 +00:00
parent 7de350175d
commit 13d472b871

View file

@ -277,6 +277,7 @@ default. Also, installing them may be rather slow."
(make-hash-table :test 'eq))
(define-translation-hash-table 'utf-subst-table-for-encode
(make-hash-table :test 'eq)))
(optimize-char-coding-system-table)
(set-default s v))
:version "21.4"
:type 'boolean