From: Erik Naggum Date: Fri, 19 Jan 1996 00:10:34 +0000 (+0000) Subject: (sh-mode): Add autoload cookie. X-Git-Tag: emacs-19.34~1639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc8318f6c82de7b89a8be58c6c08161b94c516de;p=emacs.git (sh-mode): Add autoload cookie. --- 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.") ;;;###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,