changeset 49001:85b083d06a17

(defface button): Add group.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 29 Dec 2002 23:49:30 +0000
parents f3c5848184cb
children 5f4e261929d1
files lisp/button.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/button.el	Sun Dec 29 20:46:41 2002 +0000
+++ b/lisp/button.el	Sun Dec 29 23:49:30 2002 +0000
@@ -53,7 +53,8 @@
 (defface button '((((type pc) (class color))
 		   (:foreground "lightblue"))
 		  (t :underline t))
-  "Default face used for buttons.")
+  "Default face used for buttons."
+  :group 'faces)
 
 ;;;###autoload
 (defvar button-map