* lisp/cus-start.el (exec-path): Set standard value, to avoid rogue.
This commit is contained in:
parent
cf2e9971ea
commit
b3ff665b2a
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue