]> git.eshelyaron.com Git - emacs.git/commit
Fix Python indentation of block continuation
authorkobarity <kobarity@gmail.com>
Thu, 18 Aug 2022 13:16:08 +0000 (15:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 18 Aug 2022 13:16:08 +0000 (15:16 +0200)
commitb9c6c0fb7bf396aa7ef0c53778211544d0c3499f
tree57c93dbd5d00bdb85245223797ddeaee86dadab1
parent74e830768dc412b7041e01882efb1a697278d462
Fix Python indentation of block continuation

* lisp/progmodes/python.el (python-indent--calculate-indentation):
Fix indentation of :after-backslash-block-continuation.

* test/lisp/progmodes/python-tests.el
(python-indent-after-backslash-6): New test (bug#57262).
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el