]> git.eshelyaron.com Git - emacs.git/commit
* lisp/simple.el (blink-matching-open): Fix bug#37127
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Oct 2020 22:10:06 +0000 (18:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Oct 2020 22:10:06 +0000 (18:10 -0400)
commit7500abaa8ef1cec772b197d28d3c3c47b4bc5a86
tree9792fb5461154b2999505810da2afa18349c7117
parent3f1dd62a0c87aa9b1a7243c1604bdbd5a29dd138
* lisp/simple.el (blink-matching-open): Fix bug#37127

Don't call `syntax-propertize` from within narrowing

* lisp/progmodes/cperl-mode.el (cperl-forward-re): Revert last patch,
since it is now redundant.

* test/lisp/progmodes/cperl-mode-tests.el (cperl-bug37127):
Remove unused var; fix test so it really catches the previous bug;
tweak the code to use mode-agnostic commands so it also works in `perl-mode`.
lisp/progmodes/cperl-mode.el
lisp/simple.el
test/lisp/progmodes/cperl-mode-tests.el