aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-05 01:37:04 +0000
committerRichard M. Stallman1993-08-05 01:37:04 +0000
commit97c48db572b849a8ae8ba2aaa70eec6085799f15 (patch)
tree0178f320e99a2a13ca1f6f43366758234025f781
parent9c85ef9fe1dfc4f825647670f46ad21b8501bf0a (diff)
downloademacs-97c48db572b849a8ae8ba2aaa70eec6085799f15.tar.gz
emacs-97c48db572b849a8ae8ba2aaa70eec6085799f15.zip
(perl-mode): Add autoload cookie.
-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 9380f98e926..66d9f921bbc 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -172,6 +172,7 @@ already, create a new comment.")
172(defconst perl-nochange ";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:" 172(defconst perl-nochange ";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:"
173 "*Lines starting with this regular expression will not be auto-indented.") 173 "*Lines starting with this regular expression will not be auto-indented.")
174 174
175;;;###autoload
175(defun perl-mode () 176(defun perl-mode ()
176 "Major mode for editing Perl code. 177 "Major mode for editing Perl code.
177Expression and list commands understand all Perl brackets. 178Expression and list commands understand all Perl brackets.