(show-paren-match, show-paren-mismatch): Use existing group
authorJuri Linkov <juri@jurta.org>
Fri, 30 Dec 2005 05:57:19 +0000 (05:57 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 30 Dec 2005 05:57:19 +0000 (05:57 +0000)
`paren-showing-faces'.

lisp/paren.el

index f5327c3..8b5a134 100644 (file)
@@ -72,8 +72,8 @@ otherwise)."
   :group 'paren-showing
   :version "20.3")
 
-(defgroup paren-showing-faces ()
-  "Group for faces of Show Paren mode"
+(defgroup paren-showing-faces nil
+  "Group for faces of Show Paren mode."
   :group 'paren-showing
   :group 'faces
   :version "22.1")
@@ -88,7 +88,7 @@ otherwise)."
     (t
      :background "gray"))
   "Show Paren mode face used for a matching paren."
-  :group 'show-paren-faces)
+  :group 'paren-showing-faces)
 ;; backward-compatibility alias
 (put 'show-paren-match-face 'face-alias 'show-paren-match)
 
@@ -96,7 +96,7 @@ otherwise)."
   '((((class color)) (:foreground "white" :background "purple"))
     (t (:inverse-video t)))
   "Show Paren mode face used for a mismatching paren."
-  :group 'show-paren-faces)
+  :group 'paren-showing-faces)
 ;; backward-compatibility alias
 (put 'show-paren-mismatch-face 'face-alias 'show-paren-mismatch)