From 2e049b2b05e0f47592378f6e281eb2dc75e0e4d9 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 4 Sep 1996 15:21:55 +0000 Subject: (python-font-lock-keywords): with Python 1.4 `access' is no a keyword --- Misc/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index c24b15a..b9971f9 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -208,7 +208,7 @@ displayed in the echo area, and if `py-beep-if-tab-change' is non-nil the Emacs bell is also rung as a warning.") (defconst python-font-lock-keywords - (let* ((keywords '("access" "and" "break" "class" + (let* ((keywords '("and" "break" "class" "continue" "def" "del" "elif" "else:" "except" "except:" "exec" "finally:" "for" "from" "global" -- cgit v0.12