Mercurial > emacs
changeset 14221:cd28284abca4
(sh-mode): Add autoload cookie.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Fri, 19 Jan 1996 00:10:34 +0000 |
parents | 74d7745bcaa4 |
children | 4da47e04a087 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Thu Jan 18 16:10:41 1996 +0000 +++ b/lisp/progmodes/sh-script.el Fri Jan 19 00:10:34 1996 +0000 @@ -546,6 +546,8 @@ ;;;###autoload (put 'sh-mode 'mode-class 'special) + +;;;###autoload (defun sh-mode () "Major mode for editing shell scripts. This mode works for many shells, since they all have roughly the same syntax,