# HG changeset patch # User Gerd Moellmann # Date 945350562 0 # Node ID e1c54e3a7a61c9face1f7041104e936fb1cea141 # Parent 3d9aa6cec283d9dbbaf77ff0cf6955608bfa0c67 Fix typo. diff -r 3d9aa6cec283 -r e1c54e3a7a61 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Thu Dec 16 13:21:37 1999 +0000 +++ b/lisp/progmodes/sh-script.el Thu Dec 16 13:22:42 1999 +0000 @@ -1298,7 +1298,7 @@ (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)