]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode): Don't call sh-set-shell
authorGerd Moellmann <gerd@gnu.org>
Wed, 22 Dec 1999 09:53:20 +0000 (09:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 22 Dec 1999 09:53:20 +0000 (09:53 +0000)
with third argument t.

lisp/progmodes/sh-script.el

index 000427f5cbe47c2b2b0326ecf1ea73fdbaf1db76..f1956f609e2e2850698ba7d48c4495b93531855f 100644 (file)
@@ -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)