From: Barry Warsaw Date: Wed, 4 Sep 1996 15:21:55 +0000 (+0000) Subject: (python-font-lock-keywords): with Python 1.4 `access' is no a keyword X-Git-Tag: v1.4~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e049b2b05e0f47592378f6e281eb2dc75e0e4d9;p=thirdparty%2FPython%2Fcpython.git (python-font-lock-keywords): with Python 1.4 `access' is no a keyword --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index c24b15acf890..b9971f947508 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"