]> git.eshelyaron.com Git - emacs.git/commit
Fix syntax descriptor comparison in python-indent-region
authorAndrea Corallo <akrl@sdf.org>
Mon, 9 May 2022 13:53:45 +0000 (15:53 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 10 May 2022 01:46:43 +0000 (03:46 +0200)
commit0b2f550e3229c7a1b001fb1a09e7a5b4e3ecfb3e
treecd7f4c1003edab00e138c4b8cbb5a6e55f8722d7
parentb299f173490f5c51476ad3c8436b19bb091c1b00
Fix syntax descriptor comparison in python-indent-region

* lisp/progmodes/python.el (python-indent-region): Compare raw
syntax descriptors with equal (bug#45328) (because comparing them with
eq will always be false).
lisp/progmodes/python.el