From: Richard M. Stallman Date: Thu, 7 Jul 2005 21:50:31 +0000 (+0000) Subject: (exec-path): Use `directory' instead of `file'. X-Git-Tag: emacs-pretest-22.0.90~8316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72e869ba05fafc70cc3ac9ac8c869228d7af82f8;p=emacs.git (exec-path): Use `directory' instead of `file'. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 7c10b57a1b2..8cd5732d87c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -78,7 +78,7 @@ since it could result in memory overflow and make Emacs crash." (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)