diff options
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 9380f98e926..66d9f921bbc 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -172,6 +172,7 @@ already, create a new comment.") | |||
| 172 | (defconst perl-nochange ";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:" | 172 | (defconst perl-nochange ";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:" |
| 173 | "*Lines starting with this regular expression will not be auto-indented.") | 173 | "*Lines starting with this regular expression will not be auto-indented.") |
| 174 | 174 | ||
| 175 | ;;;###autoload | ||
| 175 | (defun perl-mode () | 176 | (defun perl-mode () |
| 176 | "Major mode for editing Perl code. | 177 | "Major mode for editing Perl code. |
| 177 | Expression and list commands understand all Perl brackets. | 178 | Expression and list commands understand all Perl brackets. |