# HG changeset patch # User Richard M. Stallman # Date 1120773868 0 # Node ID 2fcfefeaac7082a996887fe70efb75d0af470a13 # Parent a32a0e928f2d765bd90796a402a45fcf426a2173 (exec-path): Fix tag for nil. diff -r a32a0e928f2d -r 2fcfefeaac70 lisp/cus-start.el --- 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)