From: Richard M. Stallman Date: Thu, 7 May 1998 19:18:29 +0000 (+0000) Subject: (sh-shell-file): Add cmdproxy to MS shells. X-Git-Tag: emacs-20.3~1097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ced7b4a4270576fc0e2591d2442775e1360aa7ff;p=emacs.git (sh-shell-file): Add cmdproxy to MS shells. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index c30d2220269..8b5e1d5deb0 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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")