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:
parent
58967e7c10
commit
e7d063be4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue