]> git.eshelyaron.com Git - emacs.git/commitdiff
(perl-mode): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Aug 1993 01:37:04 +0000 (01:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Aug 1993 01:37:04 +0000 (01:37 +0000)
lisp/progmodes/perl-mode.el

index 9380f98e926699acf817f03dd974bdef47fd8119..66d9f921bbcb9385cdc5847af933865f6a5e884c 100644 (file)
@@ -172,6 +172,7 @@ already, create a new comment.")
 (defconst perl-nochange ";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:"
   "*Lines starting with this regular expression will not be auto-indented.")
 \f
+;;;###autoload
 (defun perl-mode ()
   "Major mode for editing Perl code.
 Expression and list commands understand all Perl brackets.