diff lisp/packages/paren.el @ 126:1370575f1259 xemacs-20-1p1

Import from CVS: tag xemacs-20-1p1
author cvs
date Mon, 13 Aug 2007 09:27:39 +0200
parents 9b50b4588a93
children 489f57a838ef
line wrap: on
line diff
--- a/lisp/packages/paren.el	Mon Aug 13 09:26:41 2007 +0200
+++ b/lisp/packages/paren.el	Mon Aug 13 09:27:39 2007 +0200
@@ -54,15 +54,10 @@
 
 ;;; Code:
 
-(defgroup paren nil
-  "Highlight (un)matching parens and whole expressions"
-  :group 'matching)
-
-
 (defcustom paren-message-offscreen t
   "*Display message if matching open paren is offscreen."
   :type 'boolean
-  :group 'paren)
+  :group 'paren-matching)
 
 (defcustom paren-ding-unmatched nil
   "*Make noise if the cursor is at an unmatched paren.
@@ -74,7 +69,7 @@
   :type '(choice (const :tag "off" nil)
 		 (const :tag "on" t)
 		 (const :tag "other" other))
-  :group 'paren)
+  :group 'paren-matching)
 
 ;;;###autoload
 (defcustom paren-mode nil
@@ -92,7 +87,7 @@
 highlight parentheses differently in different major modes."
   :type '(radio (const nil) (const blink-paren) (const paren)
 		(const sexp) (const nested))
-  :group 'paren)
+  :group 'paren-matching)
 
 (make-face 'paren-match)
 (or (face-differs-from-default-p 'paren-match)