#(python-font-lock-keywords): paren typo

This commit is contained in:
Barry Warsaw 1995-03-08 22:03:16 +00:00
parent 4f005cf5d6
commit c723b75fe3
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ the Emacs bell is also rung as a warning.")
'("\\bdef\\s +\\(\\sw+\\)(" 1 font-lock-function-name-face)
;; classes
'("\\bclass\\s +\\(\\sw+\\)[(:]" 1 font-lock-function-name-face)
)
"*Additional keywords to highlight `python-mode' buffers."))
))
"*Additional keywords to highlight `python-mode' buffers.")
;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^