1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(exec-path): Fix tag for nil.

This commit is contained in:
Richard M. Stallman 2005-07-07 22:04:28 +00:00
parent 72e869ba05
commit f747a4884c

View file

@ -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)