]> git.eshelyaron.com Git - emacs.git/commit
Fix indentation for multi-line block start in Python mode
authorkobarity <kobarity@gmail.com>
Mon, 7 Nov 2022 13:24:44 +0000 (22:24 +0900)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Nov 2022 10:23:52 +0000 (12:23 +0200)
commitf8df45f853752bb842af453dd05ccb64d990b767
treec4a398d67b63023f9e4e8c30c4ca3672693bd7c6
parentf7694c80d3ec67b4e79dd240fa7e5d9f1b0f9256
Fix indentation for multi-line block start in Python mode

* lisp/progmodes/python.el
(python-info-dedenter-opening-block-positions): Fix for multi-line
block start.
* test/lisp/progmodes/python-tests.el
(python-info-dedenter-opening-block-positions-6): New test. (Bug#59009)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el