emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4b63c21: Add 'breakpoint' to builtins for Python


From: Eli Zaretskii
Subject: [Emacs-diffs] master 4b63c21: Add 'breakpoint' to builtins for Python
Date: Fri, 1 Mar 2019 04:56:39 -0500 (EST)

branch: master
commit 4b63c21f08679c423200132646d48ffb5f97247a
Author: Evan Moses <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Add 'breakpoint' to builtins for Python
    
    * lisp/progmodes/python.el (python-font-lock-keywords-level-2)
    (python-font-lock-keywords-maxiumum-decoration): Add 'breakpoint'
    to the list of builtins, it's new as of Python 3.7.
    
    Copyright-paperwork-exempt: yes
---
 lisp/progmodes/python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 71b2a94..65d5d90 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -575,7 +575,7 @@ class declarations.")
            "reload" "unichr" "unicode" "xrange" "apply" "buffer" "coerce"
            "intern"
            ;; Python 3:
-           "ascii" "bytearray" "bytes" "exec"
+           "ascii" "breakpoint" "bytearray" "bytes" "exec"
            ;; Extra:
            "__all__" "__doc__" "__name__" "__package__")
           symbol-end) . font-lock-builtin-face))



reply via email to

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