# HG changeset patch # User Richard M. Stallman # Date 1120773031 0 # Node ID a32a0e928f2d765bd90796a402a45fcf426a2173 # Parent 909ec6759445a2d5d106b8da3b3ae112ad82ab64 (exec-path): Use `directory' instead of `file'. diff -r 909ec6759445 -r a32a0e928f2d lisp/cus-start.el --- 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)