diff options
author | Dave Love <fx@gnu.org> | 2003-08-20 18:44:59 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-08-20 18:44:59 +0000 |
commit | e7d063be4f08eddeacdfabf5f8a38525dd3ca08d (patch) | |
tree | 8697f36f4a3fbaf9e17bb6e5926d93d9831ca6b0 /lisp | |
parent | 58967e7c10692ef23aa2ee87660e74548c7860a7 (diff) | |
download | emacs-e7d063be4f08eddeacdfabf5f8a38525dd3ca08d.tar.gz |
(ucs-unicode-to-mule-cjk): Use smaller
:size.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/utf-8.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index e0b3fae2540..a2ee9117385 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -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). |