]> git.eshelyaron.com Git - emacs.git/commit
Allow a CANNOT_DUMP build to use exec-path during bootstrap.
authorKen Raeburn <raeburn@raeburn.org>
Thu, 9 Mar 2017 06:15:53 +0000 (01:15 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Thu, 6 Apr 2017 06:10:51 +0000 (02:10 -0400)
commitdd09e72ed6b1c6ba5c584e7aa32d98437d96326a
tree34beb020c16a361b6d37969fc223f6b9901dc9cf
parentd15719d36e8fab262e7803d9409326321b890941
Allow a CANNOT_DUMP build to use exec-path during bootstrap.

During a bootstrap, loading rmail.el invokes movemail to determine its
flavor, but call-process doesn't work if exec-path is nil.

* lisp/loadup.el: Only clear exec-path if dumping.
lisp/loadup.el