1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

* lisp/loadup.el (exec-path): Avoid storing build-time PATH in binary.

Fixes: debbugs:20330
This commit is contained in:
Ludovic Courtès 2015-04-20 17:44:23 -04:00 committed by Glenn Morris
parent b3ff665b2a
commit 2fc11b3fa3

View File

@ -63,6 +63,8 @@
(expand-file-name "textmodes" dir)
(expand-file-name "vc" dir)))))
(setq exec-path nil)
(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)))