diff lisp/cus-start.el @ 64138:a32a0e928f2d

(exec-path): Use `directory' instead of `file'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Jul 2005 21:50:31 +0000
parents 6fb026ad601f
children 2fcfefeaac70
line wrap: on
line diff
--- a/lisp/cus-start.el	Thu Jul 07 11:20:45 2005 +0000
+++ b/lisp/cus-start.el	Thu Jul 07 21:50:31 2005 +0000
@@ -78,7 +78,7 @@
 	     (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)