+2005-08-27 Eli Zaretskii <eliz@gnu.org>
+
+ * eshell/esh-ext.el (eshell-windows-shell-file): Look for
+ command.com, not command.exe.
+
2005-08-26 John Wiegley <johnw@newartisans.com>
* eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
(if (string-match "\\(\\`cmdproxy\\|sh\\)\\.\\(com\\|exe\\)"
shell-file-name)
(or (eshell-search-path "cmd.exe")
- (eshell-search-path "command.exe"))
+ (eshell-search-path "command.com"))
shell-file-name))
"*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