Mercurial > emacs
changeset 52284:29c8180a975d
(ucs-unicode-to-mule-cjk): Use smaller
:size.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Aug 2003 18:44:59 +0000 |
parents | 0c3a51473a57 |
children | 6c91b4a8b9af |
files | lisp/international/utf-8.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/utf-8.el Wed Aug 20 18:40:26 2003 +0000 +++ b/lisp/international/utf-8.el Wed Aug 20 18:44:59 2003 +0000 @@ -221,7 +221,7 @@ (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).