diff options
author | Glenn Morris <rgm@gnu.org> | 2015-04-20 17:44:59 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-04-20 17:44:59 -0400 |
commit | 83e923bf37f17682ba331db83d268921ac0a4d1a (patch) | |
tree | 142fc94c512ecb1ab0c17a718f63fdc897c502d2 /lisp/loadup.el | |
parent | 2fc11b3fa3418e0e8a624376ea8bf4cbc70c2657 (diff) | |
download | emacs-83e923bf37f17682ba331db83d268921ac0a4d1a.tar.gz emacs-83e923bf37f17682ba331db83d268921ac0a4d1a.tar.bz2 emacs-83e923bf37f17682ba331db83d268921ac0a4d1a.zip |
; * lisp/loadup.el: Comment.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index d24b4bfe342..bcfef60f7b5 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -63,6 +63,8 @@ (expand-file-name "textmodes" dir) (expand-file-name "vc" dir))))) +;; Prevent build-time PATH getting stored in the binary. +;; Mainly cosmetic, but helpful for Guix. (Bug#20330) (setq exec-path nil) (if (eq t purify-flag) |