]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#(python-font-lock-keywords): paren typo
authorBarry Warsaw <barry@python.org>
Wed, 8 Mar 1995 22:03:16 +0000 (22:03 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 8 Mar 1995 22:03:16 +0000 (22:03 +0000)
Misc/python-mode.el

index 06656cc76b2d9ddc68cbb0ee2dc37e2b46c503aa..29d61a8396e2f664daaa9b1c8f709ee5f48161c2 100644 (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.")
 
 \f
 ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^