]> git.eshelyaron.com Git - emacs.git/commit
Fix Python Hideshow problem with backslash escaped newlines
authorkobarity <kobarity@gmail.com>
Sat, 28 May 2022 16:51:01 +0000 (18:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 28 May 2022 16:51:01 +0000 (18:51 +0200)
commit1e66c8af402176e9f1b5f3fbdbf5f796fec79079
tree9395a9e2a1e75c48be809b8f084f8f0f0716d47c
parent5d8b6ba89efdcddfd0189da77dd4099283466a05
Fix Python Hideshow problem with backslash escaped newlines

* lisp/progmodes/python.el (python-rx)
(python-nav-beginning-of-defun-regexp): Allow
python-nav-*-defun to handle backslash escaped newlines
(bug#55690).
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el