(python-font-lock-keywords): with Python 1.4 `access' is no a keyword

This commit is contained in:
Barry Warsaw 1996-09-04 15:21:55 +00:00
parent b3e81d58aa
commit 2e049b2b05
1 changed files with 1 additions and 1 deletions

View 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"