1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(perl-mode): Add autoload cookie.

This commit is contained in:
Richard M. Stallman 1993-08-05 01:37:04 +00:00
parent 9c85ef9fe1
commit 97c48db572

View File

@ -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.