emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 83e923b 4/4: ; * lisp/loadup.el: Comment.


From: Glenn Morris
Subject: [Emacs-diffs] master 83e923b 4/4: ; * lisp/loadup.el: Comment.
Date: Mon, 20 Apr 2015 21:45:16 +0000

branch: master
commit 83e923bf37f17682ba331db83d268921ac0a4d1a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * lisp/loadup.el: Comment.
---
 lisp/loadup.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index d24b4bf..bcfef60 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]