]> git.eshelyaron.com Git - emacs.git/commit
; cperl-mode.el: Fix indentation issues after a format declaration.
authorHarald Jörg <haj@posteo.de>
Wed, 18 Oct 2023 14:25:56 +0000 (16:25 +0200)
committerHarald Jörg <haj@posteo.de>
Wed, 18 Oct 2023 14:29:46 +0000 (16:29 +0200)
commit646ecec0ec97cbe6bb7efc1a553d37c403851680
treeec05456b21331333cf3c796cad1ab7e202f1baa2
parentb4b4b5f43158a4281d583a6dc573465533f4bf48
; cperl-mode.el: Fix indentation issues after a format declaration.

* lisp/progmodes/cperl-mode.el (cperl-sniff-for-indent): Recognize
the end of a format declaration as a statement boundary.  This fixes
indentation if several format declarations immediately follow each
other.
(cperl-find-pods-heres): use the correct capture group for the
name of an unterminated format declaration.  Fix an out of
boundary error when a format declaration is typed at the end of a
buffer (Bug#66139).
lisp/progmodes/cperl-mode.el