aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/button.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7d454b1aaa..7d260198a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -16,6 +16,8 @@
2002-12-29 Markus Rost <[email protected]>
+ * button.el (defface button): Add group.
+
* cus-edit.el (customize-browse): Call `widget-setup'.
2002-12-29 Andreas Schwab <[email protected]>
diff --git a/lisp/button.el b/lisp/button.el
index 17460fc8bc..d6f089327a 100644
--- a/lisp/button.el
+++ b/lisp/button.el
@@ -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