aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-22 09:53:20 +0000
committerGerd Moellmann1999-12-22 09:53:20 +0000
commit1a8eb6d5b035560aee43cb64fb8a9153ccff76ee (patch)
tree58fe9c9f40df4c135c7743723d885233dc1745de
parente33e080c0956f9bdb2fa9e31eba101e1997e7c62 (diff)
downloademacs-1a8eb6d5b035560aee43cb64fb8a9153ccff76ee.tar.gz
emacs-1a8eb6d5b035560aee43cb64fb8a9153ccff76ee.zip
(sh-mode): Don't call sh-set-shell
with third argument t.
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 000427f5cbe..f1956f609e2 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1297,7 +1297,7 @@ with your script for an edit-interpret-debug cycle."
1297 "rpm"))))) 1297 "rpm")))))
1298 (if interpreter 1298 (if interpreter
1299 (sh-set-shell interpreter nil nil) 1299 (sh-set-shell interpreter nil nil)
1300 (sh-set-shell sh-shell-file nil t)) 1300 (sh-set-shell sh-shell-file nil nil))
1301 (run-hooks 'sh-mode-hook))) 1301 (run-hooks 'sh-mode-hook)))
1302;;;###autoload 1302;;;###autoload
1303(defalias 'shell-script-mode 'sh-mode) 1303(defalias 'shell-script-mode 'sh-mode)