(sh-mode): Add autoload cookie.

This commit is contained in:
Erik Naggum 1996-01-19 00:10:34 +00:00
parent 0b6fd0239b
commit fc8318f6c8

View file

@ -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,