(ucs-unicode-to-mule-cjk): Use smaller
:size.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user