diff options
| author | Gerd Moellmann | 1999-12-16 13:22:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-16 13:22:42 +0000 |
| commit | 5bd471e85a81bc27e319ee84efcdab0cc9a6e2f7 (patch) | |
| tree | dfb30f9e08172587f09bcc5e4a6de6bb01836883 /lisp | |
| parent | f2d20357bb1763d0900c5e22fddeed78bc9e709c (diff) | |
| download | emacs-5bd471e85a81bc27e319ee84efcdab0cc9a6e2f7.tar.gz emacs-5bd471e85a81bc27e319ee84efcdab0cc9a6e2f7.zip | |
Fix typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1298 | (if interpreter | 1298 | (if interpreter |
| 1299 | (sh-set-shell interpreter nil nil) | 1299 | (sh-set-shell interpreter nil nil) |
| 1300 | (sh-set-shell sh-shell-file nil t)) | 1300 | (sh-set-shell sh-shell-file nil t)) |
| 1301 | (run-hooks 'sh-mode-hook)) | 1301 | (run-hooks 'sh-mode-hook))) |
| 1302 | ;;;###autoload | 1302 | ;;;###autoload |
| 1303 | (defalias 'shell-script-mode 'sh-mode) | 1303 | (defalias 'shell-script-mode 'sh-mode) |
| 1304 | 1304 | ||