]> git.eshelyaron.com Git - emacs.git/commit
Fix slow python-mode inserts when there's a lot of strings
authorNoam Postavsky <npostavs@gmail.com>
Sun, 20 Sep 2020 08:46:16 +0000 (10:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 08:46:16 +0000 (10:46 +0200)
commita68a0e69da11430401eb4868ee1bd1c88ae869d4
tree6fcf8ce102d5f2595137d1a3a24f60e44c9f3647
parent1278a9a907e59b22d8e20a806055c7cb92959017
Fix slow python-mode inserts when there's a lot of strings

* lisp/progmodes/python.el (python-info-docstring-p): Doing more
than two repetitions here doesn't improve indentation (bug#39598).
lisp/progmodes/python.el