emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-ext.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-ext.el
Date: Sat, 27 Aug 2005 08:15:38 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]