diff lisp/progmodes/perl-mode.el @ 4455:510c0b48884f

(perl-mode): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Aug 1993 01:37:04 +0000
parents 507f64624555
children 608926d1bd70
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el	Wed Aug 04 23:19:50 1993 +0000
+++ b/lisp/progmodes/perl-mode.el	Thu Aug 05 01:37:04 1993 +0000
@@ -172,6 +172,7 @@
 (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.