summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-07-07 21:50:31 +0000
committerRichard M. Stallman <rms@gnu.org>2005-07-07 21:50:31 +0000
commit72e869ba05fafc70cc3ac9ac8c869228d7af82f8 (patch)
tree8d8439a87b9ba7e966c7c69d6121f0700f1cd983
parent9750d7720ab04db6daf909dba5e257c165d70722 (diff)
downloademacs-72e869ba05fafc70cc3ac9ac8c869228d7af82f8.tar.gz
(exec-path): Use `directory' instead of `file'.
-rw-r--r--lisp/cus-start.el2
1 files changed, 1 insertions, 1 deletions
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)