]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/loadup.el: Comment.
authorGlenn Morris <rgm@gnu.org>
Mon, 20 Apr 2015 21:44:59 +0000 (17:44 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 20 Apr 2015 21:44:59 +0000 (17:44 -0400)
lisp/loadup.el

index d24b4bfe342a47f3feb4ffa4a61d85ff34bcb846..bcfef60f7b546bb1f5c6c821259ca44e305900f3 100644 (file)
@@ -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)