(perl-mode): Add autoload cookie.
This commit is contained in:
parent
9c85ef9fe1
commit
97c48db572
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue