From: Barry Warsaw Date: Wed, 8 Mar 1995 22:03:16 +0000 (+0000) Subject: #(python-font-lock-keywords): paren typo X-Git-Tag: v1.2b4~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c723b75fe32b74495d9a421faefad4d54a41a674;p=thirdparty%2FPython%2Fcpython.git #(python-font-lock-keywords): paren typo --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 06656cc76b2d..29d61a8396e2 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -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.") ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^