]> git.eshelyaron.com Git - emacs.git/commit
; cperl-mode.el: Fix fontification of flip-flop (Bug#72296)
authorHarald Jörg <haj@posteo.de>
Thu, 25 Jul 2024 20:00:10 +0000 (22:00 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 12:03:06 +0000 (14:03 +0200)
commit034a78c419f463e81c254de08040e1a94feb1a88
treee146b25cddbc8b257f8fbd3afb3afe32887467fb
parentc6db4d14871f4860f31dc2825d9d09206b56508f
; cperl-mode.el: Fix fontification of flip-flop (Bug#72296)

* lisp/progmodes/cperl-mode.el (cperl-find-pods-heres): Prevent a
movement of point from bleeding into a following clause.
* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-72296):
Add a test for the flip-flop operator with code from the report.

(cherry picked from commit c27055a938aadec81e4603d00e7d0997c4d2579f)
lisp/progmodes/cperl-mode.el
test/lisp/progmodes/cperl-mode-tests.el