From 5bd471e85a81bc27e319ee84efcdab0cc9a6e2f7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 16 Dec 1999 13:22:42 +0000 Subject: [PATCH] Fix typo. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index e26bd48beab..000427f5cbe 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1298,7 +1298,7 @@ with your script for an edit-interpret-debug cycle." (if interpreter (sh-set-shell interpreter nil nil) (sh-set-shell sh-shell-file nil t)) - (run-hooks 'sh-mode-hook)) + (run-hooks 'sh-mode-hook))) ;;;###autoload (defalias 'shell-script-mode 'sh-mode) -- 2.39.5