Mercurial > emacs
changeset 26918:e1c54e3a7a61
Fix typo.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 16 Dec 1999 13:22:42 +0000 |
parents | 3d9aa6cec283 |
children | 4335b1ee34bb |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)