]> git.eshelyaron.com Git - emacs.git/commit
Fix syntax check in python-info-looking-at-beginning-of-defun
authorkobarity <kobarity@gmail.com>
Fri, 23 Sep 2022 15:39:53 +0000 (17:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 23 Sep 2022 15:39:53 +0000 (17:39 +0200)
commit419b873f3998c32493e8ec8d18571868613e6315
treee8a0e475ad5d11046e25b7374fe608f5d1a3e067
parent6fb4f4ad80a660200365b57f22b3912e59ffe9dd
Fix syntax check in python-info-looking-at-beginning-of-defun

* lisp/progmodes/python.el
(python-info-looking-at-beginning-of-defun): Check syntax after moving
to the beginning of line.
* test/lisp/progmodes/python-tests.el (python-nav-beginning-of-defun-6)
(python-end-of-defun-1, python-info-looking-at-beginning-of-defun-3):
New tests (bug#58023).
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el