From: Dave Love Date: Mon, 29 Jan 2001 23:58:24 +0000 (+0000) Subject: (eshell-windows-shell-file): Fix :type. X-Git-Tag: emacs-pretest-21.0.97~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f569d4c4e3f46627e567fc8e9d96aa40ac3e1a8d;p=emacs.git (eshell-windows-shell-file): Fix :type. --- diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 3fb9551d7fe..05825d4cc3c 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -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)