]> granicus.if.org Git - python/commitdiff
(python-font-lock-keywords): with Python 1.4 `access' is no a keyword
authorBarry Warsaw <barry@python.org>
Wed, 4 Sep 1996 15:21:55 +0000 (15:21 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 4 Sep 1996 15:21:55 +0000 (15:21 +0000)
Misc/python-mode.el

index c24b15acf8907f1935f061143d258df8318cbf31..b9971f9475085440067b5c27e21e987a4c7d250a 100644 (file)
@@ -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"