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