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:
parent
9c85ef9fe1
commit
97c48db572
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user