]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-windows-shell-file): Look for command.com, not command.exe.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Aug 2005 12:16:21 +0000 (12:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Aug 2005 12:16:21 +0000 (12:16 +0000)
lisp/ChangeLog
lisp/eshell/esh-ext.el

index 659a96305ae0d87143a0ce9a52fdedb7c5aee7e0..d46918309609d2ebb17ba029ea51da646967f0fc 100644 (file)
@@ -1,3 +1,8 @@
+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
index e7192399a96d68e5afeb2f9f70dc0be3ca1fae29..0aa3f4486add977753fe88f46e998298aa3398ef 100644 (file)
@@ -92,7 +92,7 @@ since nothing else but Eshell will be able to understand
       (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