aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/utf-8.el2
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."
221 (setq ucs-mule-cjk-to-unicode 221 (setq ucs-mule-cjk-to-unicode
222 (make-hash-table :test 'eq :size 43000 :rehash-size 1000) 222 (make-hash-table :test 'eq :size 43000 :rehash-size 1000)
223 ucs-unicode-to-mule-cjk 223 ucs-unicode-to-mule-cjk
224 (make-hash-table :test 'eq :size 43000 :rehash-size 1000)) 224 (make-hash-table :test 'eq :size 21500 :rehash-size 1000))
225 ;; Load the files explicitly, to avoid having to keep 225 ;; Load the files explicitly, to avoid having to keep
226 ;; around the large tables they contain (as well as the 226 ;; around the large tables they contain (as well as the
227 ;; ones which get built). 227 ;; ones which get built).