From: Glenn Morris Date: Mon, 20 Apr 2015 21:44:59 +0000 (-0400) Subject: ; * lisp/loadup.el: Comment. X-Git-Tag: emacs-25.0.90~2350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83e923bf37f17682ba331db83d268921ac0a4d1a;p=emacs.git ; * lisp/loadup.el: Comment. --- 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)