From: Richard M. Stallman Date: Thu, 30 Apr 1998 03:22:20 +0000 (+0000) Subject: (perl-mode): Add autoload cookie. X-Git-Tag: emacs-20.3~1220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d06ad999dad8961b02de4e4d410998ebb2db2739;p=emacs.git (perl-mode): Add autoload cookie. --- diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 1cfc44399c4..0772d565a88 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -271,6 +271,7 @@ create a new comment." :type 'regexp :group 'perl) +;;;###autoload (defun perl-mode () "Major mode for editing Perl code. Expression and list commands understand all Perl brackets.