From: Gerd Moellmann Date: Wed, 22 Dec 1999 09:53:20 +0000 (+0000) Subject: (sh-mode): Don't call sh-set-shell X-Git-Tag: emacs-pretest-21.0.90~5651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a8eb6d5b035560aee43cb64fb8a9153ccff76ee;p=emacs.git (sh-mode): Don't call sh-set-shell with third argument t. --- 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)