From: Richard M. Stallman Date: Thu, 5 Aug 1993 01:37:04 +0000 (+0000) Subject: (perl-mode): Add autoload cookie. X-Git-Tag: emacs-19.34~11396 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97c48db572b849a8ae8ba2aaa70eec6085799f15;p=emacs.git (perl-mode): Add autoload cookie. --- diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 9380f98e926..66d9f921bbc 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -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.") +;;;###autoload (defun perl-mode () "Major mode for editing Perl code. Expression and list commands understand all Perl brackets.