emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9f9c9f9: Fontify "print" and "exec" as functions in python-mode


From: Stefan Kangas
Subject: master 9f9c9f9: Fontify "print" and "exec" as functions in python-mode
Date: Mon, 11 Oct 2021 09:20:10 -0400 (EDT)

branch: master
commit 9f9c9f934ac9abed84290df410431e393cd542a8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fontify "print" and "exec" as functions in python-mode
    
    * 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)
---
 lisp/progmodes/python.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index b1f61c8..4ee8c62 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -555,9 +555,6 @@ class declarations.")
           "assert" "else" "if" "pass" "yield" "break" "except" "import" "class"
           "in" "raise" "continue" "finally" "is" "return" "def" "for" "lambda"
           "try"
-          ;; Python 2:
-          "print" "exec"
-          ;; Python 3:
           ;; False, None, and True are listed as keywords on the Python 3
           ;; documentation, but since they also qualify as constants they are
           ;; fontified like that in order to keep font-lock consistent between



reply via email to

[Prev in Thread] Current Thread [Next in Thread]