1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(sh-mode): Don't call sh-set-shell

with third argument t.
This commit is contained in:
Gerd Moellmann 1999-12-22 09:53:20 +00:00
parent e33e080c09
commit 1a8eb6d5b0

View 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)