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:
parent
72e869ba05
commit
f747a4884c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue