]> code.delx.au - gnu-emacs/blobdiff - lisp/loadup.el
; * lisp/loadup.el: Comment.
[gnu-emacs] / 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)