From 8e0c6371bfd5d92133a9944c003f1d6a153eb33b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Jul 2005 21:50:31 +0000 Subject: (exec-path): Use `directory' instead of `file'. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cus-start.el') 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) -- cgit v1.2.1