From 1a8eb6d5b035560aee43cb64fb8a9153ccff76ee Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 22 Dec 1999 09:53:20 +0000 Subject: [PATCH] (sh-mode): Don't call sh-set-shell with third argument t. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 000427f5cbe..f1956f609e2 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1297,7 +1297,7 @@ with your script for an edit-interpret-debug cycle." "rpm"))))) (if interpreter (sh-set-shell interpreter nil nil) - (sh-set-shell sh-shell-file nil t)) + (sh-set-shell sh-shell-file nil nil)) (run-hooks 'sh-mode-hook))) ;;;###autoload (defalias 'shell-script-mode 'sh-mode) -- 2.39.5