* lisp/cus-start.el (exec-path): Set standard value, to avoid rogue.

This commit is contained in:
Glenn Morris 2015-04-20 17:40:32 -04:00
parent cf2e9971ea
commit b3ff665b2a

View file

@ -169,7 +169,12 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
(shell-file-name execute file)
(exec-path execute
(repeat (choice (const :tag "default directory" nil)
(directory :format "%v"))))
(directory :format "%v")))
nil
:standard
(mapcar 'directory-file-name
(append (parse-colon-path (getenv "PATH"))
(list exec-directory))))
(exec-suffixes execute (repeat string))
;; charset.c
(charset-map-path installation