]> git.eshelyaron.com Git - emacs.git/commit
Fix indenting in perl functions with doc-comments
authorTom Willemse <tom@ryuslash.org>
Sun, 11 Oct 2015 22:45:49 +0000 (00:45 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 29 Sep 2019 22:09:58 +0000 (00:09 +0200)
commita4688030b4be6e7ef71b6c58c3051fa4bd399d33
tree70883f7f105b18105e9d1b7f47f0bc8010635c33
parentc34801f8838c4b91378c3e0d961aca826a923e95
Fix indenting in perl functions with doc-comments

* lisp/progmodes/perl-mode.el (perl-calculate-indent): Skip
doc-comments as well as comments and skip the entire comment, not just
the line.  (Bug#21647)
lisp/progmodes/perl-mode.el