diff options
| author | Erik Naggum | 1996-01-19 00:10:34 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-01-19 00:10:34 +0000 |
| commit | fc8318f6c82de7b89a8be58c6c08161b94c516de (patch) | |
| tree | 81475ec42735473213288793c5f89e4e6b87bfd8 | |
| parent | 0b6fd0239ba3a15474c8ff4e3f8cea37285a2886 (diff) | |
| download | emacs-fc8318f6c82de7b89a8be58c6c08161b94c516de.tar.gz emacs-fc8318f6c82de7b89a8be58c6c08161b94c516de.zip | |
(sh-mode): Add autoload cookie.
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 3c744e66ae0..99f0121284e 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -546,6 +546,8 @@ upto the next one or end of buffer into a string.") | |||
| 546 | 546 | ||
| 547 | ;;;###autoload | 547 | ;;;###autoload |
| 548 | (put 'sh-mode 'mode-class 'special) | 548 | (put 'sh-mode 'mode-class 'special) |
| 549 | |||
| 550 | ;;;###autoload | ||
| 549 | (defun sh-mode () | 551 | (defun sh-mode () |
| 550 | "Major mode for editing shell scripts. | 552 | "Major mode for editing shell scripts. |
| 551 | This mode works for many shells, since they all have roughly the same syntax, | 553 | This mode works for many shells, since they all have roughly the same syntax, |