* lisp/loadup.el (exec-path): Avoid storing build-time PATH in binary.
Fixes: debbugs:20330
This commit is contained in:
parent
b3ff665b2a
commit
2fc11b3fa3
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue