Mercurial > emacs
changeset 64139:2fcfefeaac70
(exec-path): Fix tag for nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Jul 2005 22:04:28 +0000 |
parents | a32a0e928f2d |
children | 9a786788b2b7 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Thu Jul 07 21:50:31 2005 +0000 +++ b/lisp/cus-start.el Thu Jul 07 22:04:28 2005 +0000 @@ -77,7 +77,7 @@ ;; 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)