bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20330: Do not capture build-time $PATH in 'emacs' binary


From: Glenn Morris
Subject: bug#20330: Do not capture build-time $PATH in 'emacs' binary
Date: Wed, 15 Apr 2015 13:07:10 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Ludovic Courtès wrote:

> +;; Reset 'exec-path' so we don't capture the build-time $PATH in the
> +;; 'emacs' executable.
> +(setq-default exec-path nil)
> +(setq exec-path nil)

I'm not sure this is a good way to solve your issue.
Eg it will cause "Erase Customizations" on exec-path to set it to nil.





reply via email to

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