diff options
| -rw-r--r-- | lisp/cus-start.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 29ef371669c..071aaa6850f 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -169,7 +169,12 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 169 | (shell-file-name execute file) | 169 | (shell-file-name execute file) |
| 170 | (exec-path execute | 170 | (exec-path execute |
| 171 | (repeat (choice (const :tag "default directory" nil) | 171 | (repeat (choice (const :tag "default directory" nil) |
| 172 | (directory :format "%v")))) | 172 | (directory :format "%v"))) |
| 173 | nil | ||
| 174 | :standard | ||
| 175 | (mapcar 'directory-file-name | ||
| 176 | (append (parse-colon-path (getenv "PATH")) | ||
| 177 | (list exec-directory)))) | ||
| 173 | (exec-suffixes execute (repeat string)) | 178 | (exec-suffixes execute (repeat string)) |
| 174 | ;; charset.c | 179 | ;; charset.c |
| 175 | (charset-map-path installation | 180 | (charset-map-path installation |