# HG changeset patch # User Erik Naggum # Date 822010234 0 # Node ID cd28284abca4b3d2b025e074a70d7fa5b364e97d # Parent 74d7745bcaa4c0423f57460160e5005a1a018f95 (sh-mode): Add autoload cookie. diff -r 74d7745bcaa4 -r cd28284abca4 lisp/progmodes/sh-script.el --- 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,