]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Dec 1999 13:22:42 +0000 (13:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Dec 1999 13:22:42 +0000 (13:22 +0000)
lisp/progmodes/sh-script.el

index e26bd48beab111ffa35e27b8bdaa79d3273bd6cb..000427f5cbe47c2b2b0326ecf1ea73fdbaf1db76 100644 (file)
@@ -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)