changeset 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 38453e33fb30
children 3039d2412c9e
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)