Files
emacs/lisp/progmodes/python.el
Andrea Corallo 0b2f550e32 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).
2022-05-10 03:46:43 +02:00

236 KiB