diff lisp/button.el @ 49001:85b083d06a17

(defface button): Add group.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 29 Dec 2002 23:49:30 +0000
parents 4c6b45c79a59
children 695cf19ef79e d7ddb3e565de
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