]> git.eshelyaron.com Git - emacs.git/commit
Fix searching for end of string in python-nav-end-of-statement
authorkobarity <kobarity@gmail.com>
Sun, 5 Mar 2023 08:06:26 +0000 (17:06 +0900)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Mar 2023 10:12:27 +0000 (12:12 +0200)
commitf175141aeade5d6795d22d40c1eb001c6ba49025
treea829f2e2e9700d91a4bacb0cb2b098aeab53cdab
parent7e1012765c40a10a8a051c39566778913dc7e224
Fix searching for end of string in python-nav-end-of-statement

* lisp/progmodes/python.el (python-nav-end-of-statement): Add
searching for corresponding string-quote.
* test/lisp/progmodes/python-tests.el (python-nav-end-of-statement-3)
(python-nav-end-of-statement-4, python-info-current-defun-4): New
tests. (Bug#58780)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el