]> git.eshelyaron.com Git - emacs.git/commit
Fontify "print" and "exec" as functions in python-mode
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Oct 2021 13:10:26 +0000 (15:10 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Oct 2021 19:24:38 +0000 (21:24 +0200)
commit392d6708a5b0a1b291f50986cb31552c9d4786df
treed1c4fe9cc33c838a017216c870170fd9e86f98d0
parent47e09d1855488a9fa4608ef6c6da64dff58fc871
Fontify "print" and "exec" as functions in python-mode

This change was first made on master, but on closer consideration it
is better to fix this bug already in Emacs 28.1.

* lisp/progmodes/python.el (python-font-lock-keywords-level-2):
Fontify "print" and "exec" as functions, which is the case in
Python 3.  (Bug#43298)  Do not merge to master.
lisp/progmodes/python.el