From: Richard M. Stallman Date: Thu, 7 Jul 2005 22:04:28 +0000 (+0000) Subject: (exec-path): Fix tag for nil. X-Git-Tag: emacs-pretest-22.0.90~8315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f747a4884c111992f8c6eeb072631e6250e2f5a3;p=emacs.git (exec-path): Fix tag for nil. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 8cd5732d87c..fdf8c8a3aae 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -77,7 +77,7 @@ since it could result in memory overflow and make Emacs crash." ;; callproc.c (shell-file-name execute file) (exec-path execute - (repeat (choice (const :tag "default" nil) + (repeat (choice (const :tag "default directory" nil) (directory :format "%v")))) ;; coding.c (inhibit-eol-conversion mule boolean)