]> code.delx.au - gnu-emacs/commitdiff
(eshell-windows-shell-file): Fix :type.
authorDave Love <fx@gnu.org>
Mon, 29 Jan 2001 23:58:24 +0000 (23:58 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Jan 2001 23:58:24 +0000 (23:58 +0000)
lisp/eshell/esh-ext.el

index 3fb9551d7fe2fd434e8bbee1b99dfb2347c261cd..05825d4cc3cc47fa6d86742b41fe7111840d8e09 100644 (file)
@@ -98,7 +98,7 @@ since nothing else but Eshell will be able to understand
   "*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)