From: Gerd Moellmann Date: Thu, 16 Dec 1999 13:22:42 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.0.90~5694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bd471e85a81bc27e319ee84efcdab0cc9a6e2f7;p=emacs.git Fix typo. --- 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)