]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-shell-file): Add cmdproxy to MS shells.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 19:18:29 +0000 (19:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 19:18:29 +0000 (19:18 +0000)
lisp/progmodes/sh-script.el

index c30d22202698e7334cb056ac2f736a6087b37dda..8b5e1d5deb0ea880b31882949cd4e9cdf0e19bc3 100644 (file)
@@ -135,7 +135,8 @@ shell it really is."
          ;; so use the default instead.
          (if (or (null shell)
                  (member (downcase shell-base)
-                         '("command.com" "cmd.exe" "4dos.com" "ndos.com")))
+                         '("command.com" "cmd.exe" "4dos.com" "ndos.com"
+                           "cmdproxy.exe")))
              "/bin/sh"
            (file-name-sans-extension (downcase shell)))))
    (getenv "SHELL")