]> git.eshelyaron.com Git - emacs.git/commit
Performance optimization of 'python-info-statement-ends-block-p'
authorkobarity <kobarity@gmail.com>
Sun, 20 Apr 2025 12:14:46 +0000 (21:14 +0900)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:31:06 +0000 (19:31 +0200)
commitad2cb603ce5dd44cc6458c343a231cbc2bc9cba0
treed9c7c8b836e4d029ba5f902009e51809e41d1a10
parent493be614dfedc3460e892469a52677f80977584d
Performance optimization of 'python-info-statement-ends-block-p'

* lisp/progmodes/python.el (python-info-statement-ends-block-p):
Add a comparison of the indentation of the next statement with
the indentation of the current statement.  (Bug#77620)

(cherry picked from commit d753c884948499c0c557d01fefe5914f7d57573c)
lisp/progmodes/python.el