1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

(ucs-unicode-to-mule-cjk): Use smaller

:size.
This commit is contained in:
Dave Love 2003-08-20 18:44:59 +00:00
parent 58967e7c10
commit e7d063be4f

View file

@ -221,7 +221,7 @@ default. Also, installing them may be rather slow."
(setq ucs-mule-cjk-to-unicode
(make-hash-table :test 'eq :size 43000 :rehash-size 1000)
ucs-unicode-to-mule-cjk
(make-hash-table :test 'eq :size 43000 :rehash-size 1000))
(make-hash-table :test 'eq :size 21500 :rehash-size 1000))
;; Load the files explicitly, to avoid having to keep
;; around the large tables they contain (as well as the
;; ones which get built).