diff options
| author | Dave Love | 2001-01-29 23:58:24 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-29 23:58:24 +0000 |
| commit | f569d4c4e3f46627e567fc8e9d96aa40ac3e1a8d (patch) | |
| tree | b29027d68e9b65711c3c3d4016a3e86f0066d8f0 | |
| parent | e8f044a008d2a99a1344b755997ecda1771084fb (diff) | |
| download | emacs-f569d4c4e3f46627e567fc8e9d96aa40ac3e1a8d.tar.gz emacs-f569d4c4e3f46627e567fc8e9d96aa40ac3e1a8d.zip | |
(eshell-windows-shell-file): Fix :type.
| -rw-r--r-- | lisp/eshell/esh-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 98 | "*The name of the shell command to use for DOS/Windows batch files. | 98 | "*The name of the shell command to use for DOS/Windows batch files. |
| 99 | This defaults to nil on non-Windows systems, where this variable is | 99 | This defaults to nil on non-Windows systems, where this variable is |
| 100 | wholly ignored." | 100 | wholly ignored." |
| 101 | :type 'file | 101 | :type '(choice file (const nil)) |
| 102 | :group 'eshell-ext) | 102 | :group 'eshell-ext) |
| 103 | 103 | ||
| 104 | (defsubst eshell-invoke-batch-file (&rest args) | 104 | (defsubst eshell-invoke-batch-file (&rest args) |