aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-08-05 01:37:04 +0000
committerRichard M. Stallman <[email protected]>1993-08-05 01:37:04 +0000
commit97c48db572b849a8ae8ba2aaa70eec6085799f15 (patch)
tree0178f320e99a2a13ca1f6f43366758234025f781 /lisp/progmodes
parent9c85ef9fe1dfc4f825647670f46ad21b8501bf0a (diff)
(perl-mode): Add autoload cookie.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/perl-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index 9380f98e92..66d9f921bb 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.