]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode): Add autoload cookie.
authorErik Naggum <erik@naggum.no>
Fri, 19 Jan 1996 00:10:34 +0000 (00:10 +0000)
committerErik Naggum <erik@naggum.no>
Fri, 19 Jan 1996 00:10:34 +0000 (00:10 +0000)
lisp/progmodes/sh-script.el

index 3c744e66ae04932cfa9d3a8ff0598f31eba60f8f..99f0121284ea00990ccfc4d3cc564889b8fb3c1c 100644 (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,