Mercurial > emacs
changeset 4455:510c0b48884f
(perl-mode): Add autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Aug 1993 01:37:04 +0000 |
parents | 5acc13b477c7 |
children | cbfcf187b5da |
files | lisp/progmodes/perl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.