Kaydet (Commit) 2e049b2b authored tarafından Barry Warsaw's avatar Barry Warsaw

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

üst b3e81d58
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment