From ced7b4a4270576fc0e2591d2442775e1360aa7ff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 May 1998 19:18:29 +0000 Subject: [PATCH] (sh-shell-file): Add cmdproxy to MS shells. --- lisp/progmodes/sh-script.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- 2.39.2