aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-04-20 17:44:59 -0400
committerGlenn Morris2015-04-20 17:44:59 -0400
commit83e923bf37f17682ba331db83d268921ac0a4d1a (patch)
tree142fc94c512ecb1ab0c17a718f63fdc897c502d2
parent2fc11b3fa3418e0e8a624376ea8bf4cbc70c2657 (diff)
downloademacs-83e923bf37f17682ba331db83d268921ac0a4d1a.tar.gz
emacs-83e923bf37f17682ba331db83d268921ac0a4d1a.zip
; * lisp/loadup.el: Comment.
-rw-r--r--lisp/loadup.el2
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 @@
63 (expand-file-name "textmodes" dir) 63 (expand-file-name "textmodes" dir)
64 (expand-file-name "vc" dir))))) 64 (expand-file-name "vc" dir)))))
65 65
66;; Prevent build-time PATH getting stored in the binary.
67;; Mainly cosmetic, but helpful for Guix. (Bug#20330)
66(setq exec-path nil) 68(setq exec-path nil)
67 69
68(if (eq t purify-flag) 70(if (eq t purify-flag)