Index: emacs/lisp/eshell/esh-ext.el
diff -c emacs/lisp/eshell/esh-ext.el:1.19 emacs/lisp/eshell/esh-ext.el:1.20
*** emacs/lisp/eshell/esh-ext.el:1.19   Mon Aug  1 15:04:33 2005
--- emacs/lisp/eshell/esh-ext.el        Sat Aug 27 12:15:38 2005
***************
*** 92,98 ****
        (if (string-match "\\(\\`cmdproxy\\|sh\\)\\.\\(com\\|exe\\)"
                        shell-file-name)
          (or (eshell-search-path "cmd.exe")
!             (eshell-search-path "command.exe"))
        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
--- 92,98 ----
        (if (string-match "\\(\\`cmdproxy\\|sh\\)\\.\\(com\\|exe\\)"
                        shell-file-name)
          (or (eshell-search-path "cmd.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


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to