]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/loadup.el: Enlarge the size of the hash table to 80000.
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Nov 2015 09:52:53 +0000 (11:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Nov 2015 09:52:53 +0000 (11:52 +0200)
lisp/loadup.el

index fef111f6611bcb3f013ca0191ae6bc8be2fec5e5..f0caa8be34954bbd5f0c515309b43830e64199e4 100644 (file)
@@ -73,7 +73,7 @@
 
 (if (eq t purify-flag)
     ;; Hash consing saved around 11% of pure space in my tests.
-    (setq purify-flag (make-hash-table :test 'equal :size 70000)))
+    (setq purify-flag (make-hash-table :test 'equal :size 80000)))
 
 (message "Using load-path %s" load-path)