Mercurial > emacs
changeset 35717:a16b7aced16a
(eshell-windows-shell-file): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 29 Jan 2001 23:58:24 +0000 |
parents | 187aca7194e9 |
children | 96d933eb13f4 |
files | lisp/eshell/esh-ext.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-ext.el Mon Jan 29 21:27:53 2001 +0000 +++ b/lisp/eshell/esh-ext.el Mon Jan 29 23:58:24 2001 +0000 @@ -98,7 +98,7 @@ "*The name of the shell command to use for DOS/Windows batch files. This defaults to nil on non-Windows systems, where this variable is wholly ignored." - :type 'file + :type '(choice file (const nil)) :group 'eshell-ext) (defsubst eshell-invoke-batch-file (&rest args)