]> git.eshelyaron.com Git - emacs.git/commit
Fix return value of python-nav-end-of-defun
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 17:47:04 +0000 (18:47 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 17:47:04 +0000 (18:47 +0100)
commit1def47fd98449aee5b13741abcb52909ed8c40ac
tree40382b0102f069a8ff7b1e0a334ddb27951a825a
parent1c3e45396e07b6ec7246c2d5763c187092a55264
Fix return value of python-nav-end-of-defun

* lisp/progmodes/python.el (python-nav-end-of-defun): Return
non-nil if in a def/class, as the doc string implies (bug#51601).
lisp/progmodes/python.el