Mercurial > emacs
changeset 64138:a32a0e928f2d
(exec-path): Use `directory' instead of `file'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Jul 2005 21:50:31 +0000 |
parents | 909ec6759445 |
children | 2fcfefeaac70 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Thu Jul 07 11:20:45 2005 +0000 +++ b/lisp/cus-start.el Thu Jul 07 21:50:31 2005 +0000 @@ -78,7 +78,7 @@ (shell-file-name execute file) (exec-path execute (repeat (choice (const :tag "default" nil) - (file :format "%v")))) + (directory :format "%v")))) ;; coding.c (inhibit-eol-conversion mule boolean) (eol-mnemonic-undecided mule string)