# HG changeset patch # User Gerd Moellmann # Date 945856400 0 # Node ID 746b8b172e55aa97e7c0d47146f9ecd877899e21 # Parent 38453e33fb30b098fcea7853f9ea5de9ae0eff67 (sh-mode): Don't call sh-set-shell with third argument t. diff -r 38453e33fb30 -r 746b8b172e55 lisp/progmodes/sh-script.el --- 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)