aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-07 21:50:31 +0000
committerRichard M. Stallman2005-07-07 21:50:31 +0000
commit72e869ba05fafc70cc3ac9ac8c869228d7af82f8 (patch)
tree8d8439a87b9ba7e966c7c69d6121f0700f1cd983
parent9750d7720ab04db6daf909dba5e257c165d70722 (diff)
downloademacs-72e869ba05fafc70cc3ac9ac8c869228d7af82f8.tar.gz
emacs-72e869ba05fafc70cc3ac9ac8c869228d7af82f8.zip
(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."
78 (shell-file-name execute file) 78 (shell-file-name execute file)
79 (exec-path execute 79 (exec-path execute
80 (repeat (choice (const :tag "default" nil) 80 (repeat (choice (const :tag "default" nil)
81 (file :format "%v")))) 81 (directory :format "%v"))))
82 ;; coding.c 82 ;; coding.c
83 (inhibit-eol-conversion mule boolean) 83 (inhibit-eol-conversion mule boolean)
84 (eol-mnemonic-undecided mule string) 84 (eol-mnemonic-undecided mule string)