emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/utf-8.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/utf-8.el
Date: Wed, 20 Aug 2003 14:44:59 -0400

Index: emacs/lisp/international/utf-8.el
diff -c emacs/lisp/international/utf-8.el:1.31 
emacs/lisp/international/utf-8.el:1.32
*** emacs/lisp/international/utf-8.el:1.31      Fri Jun 20 22:24:14 2003
--- emacs/lisp/international/utf-8.el   Wed Aug 20 14:44:59 2003
***************
*** 221,227 ****
        (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))
        ;; Load the files explicitly, to avoid having to keep
        ;; around the large tables they contain (as well as the
        ;; ones which get built).
--- 221,227 ----
        (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 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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]