aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-30 03:22:20 +0000
committerRichard M. Stallman1998-04-30 03:22:20 +0000
commitd06ad999dad8961b02de4e4d410998ebb2db2739 (patch)
tree683f5a1870b0a09dfcfe0b5b31697465c666a5de /lisp
parent51a8fc1d8a613722f4f90a0c37b251f4274d0dc0 (diff)
downloademacs-d06ad999dad8961b02de4e4d410998ebb2db2739.tar.gz
emacs-d06ad999dad8961b02de4e4d410998ebb2db2739.zip
(perl-mode): Add autoload cookie.
Diffstat (limited to 'lisp')
-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 1cfc44399c4..0772d565a88 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -271,6 +271,7 @@ create a new comment."
271 :type 'regexp 271 :type 'regexp
272 :group 'perl) 272 :group 'perl)
273 273
274;;;###autoload
274(defun perl-mode () 275(defun perl-mode ()
275 "Major mode for editing Perl code. 276 "Major mode for editing Perl code.
276Expression and list commands understand all Perl brackets. 277Expression and list commands understand all Perl brackets.