]> git.eshelyaron.com Git - emacs.git/commit
Partially fix some python tests (bug#59477)
authorYuan Fu <casouri@gmail.com>
Sat, 26 Nov 2022 22:08:11 +0000 (14:08 -0800)
committerYuan Fu <casouri@gmail.com>
Sat, 26 Nov 2022 23:40:24 +0000 (15:40 -0800)
commitd884b43634b149aa504bc204fdce9690a5a880d0
treec2740a62813ef4fa1929dbd61088c0d069220839
parent14d54212ea46dbd8c950c9852318597e0e47908d
Partially fix some python tests (bug#59477)

This fixes

python-font-lock-assignment-statement-multiline-1
python-font-lock-assignment-statement-multiline-2
python-font-lock-assignment-statement-multiline-3
python-font-lock-assignment-statement-multiline-4
python-font-lock-assignment-statement-multiline-5
python-font-lock-assignment-statement-multiline-6

but leaves

python-tests--fill-long-first-line

unfixed.

* lisp/progmodes/python.el (python-mode): Add the missing setup.
lisp/progmodes/python.el