Mercurial > emacs
diff lisp/progmodes/sh-script.el @ 26967:746b8b172e55
(sh-mode): Don't call sh-set-shell
with third argument t.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Dec 1999 09:53:20 +0000 |
parents | e1c54e3a7a61 |
children | dcafe3c9cd6c |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Tue Dec 21 14:01:00 1999 +0000 +++ b/lisp/progmodes/sh-script.el Wed Dec 22 09:53:20 1999 +0000 @@ -1297,7 +1297,7 @@ "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)