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:
parent
e33e080c09
commit
1a8eb6d5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue