]> git.eshelyaron.com Git - emacs.git/commitdiff
(exec-path): Use `directory' instead of `file'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 2005 21:50:31 +0000 (21:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 2005 21:50:31 +0000 (21:50 +0000)
lisp/cus-start.el

index 7c10b57a1b2185564f41c528994854b36f43c00e..8cd5732d87cddfc0e25761eef667a5d74e5f7154 100644 (file)
@@ -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)