]> git.eshelyaron.com Git - emacs.git/commit
Fix electric indent bug in python-mode after dedenting colon
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 27 Dec 2018 15:52:07 +0000 (16:52 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Jan 2019 09:02:02 +0000 (11:02 +0200)
commita3c79d44ccb4f6503d0a8b02230ff7a41db64ff8
tree9ce59ca12af69c9daa60a8374b66c60f8a0710a7
parentf6eacc468b8539be482260fa569e7b5ece07f4a2
Fix electric indent bug in python-mode after dedenting colon

* list/progmodes/python.el (python-indent-post-self-insert-function):
Use markers instead of positions when reindenting statement(s) after
inserting electric colon to avoid reindenting too many
statements (bug#22663).

* test/lisp/progmodes/python-tests.el (python-indent-electric-colon-2):
Improve test case to also verify the fix of bug#22663.

Copyright-paperwork-exempt: yes
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el