(defface button): Add group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 29 Dec 2002 23:49:57 +0000 (23:49 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 29 Dec 2002 23:49:57 +0000 (23:49 +0000)
lisp/ChangeLog
lisp/button.el

index 7d454b1..7d26019 100644 (file)
@@ -16,6 +16,8 @@
 
 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
 
+       * button.el (defface button): Add group.
+
        * cus-edit.el (customize-browse): Call `widget-setup'.
 
 2002-12-29  Andreas Schwab  <schwab@suse.de>
index 17460fc..d6f0893 100644 (file)
@@ -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