Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e049b2

Browse files
committed
(python-font-lock-keywords): with Python 1.4 `access' is no a keyword
1 parent b3e81d5 commit 2e049b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/python-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ displayed in the echo area, and if `py-beep-if-tab-change' is non-nil
208208
the Emacs bell is also rung as a warning.")
209209

210210
(defconst python-font-lock-keywords
211-
(let* ((keywords '("access" "and" "break" "class"
211+
(let* ((keywords '("and" "break" "class"
212212
"continue" "def" "del" "elif"
213213
"else:" "except" "except:" "exec"
214214
"finally:" "for" "from" "global"

0 commit comments

Comments
 (0)