aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-12-29 23:49:57 +0000
committerMarkus Rost <[email protected]>2002-12-29 23:49:57 +0000
commitd28242e143727e295e73e45549bc64806e42ab72 (patch)
treea46ca47f14e4c29e81d86d3cf37c87a4ff712c8c /lisp
parent5c39e45a0c39044bb781befe4e3e0b3d2e9b65ec (diff)
(defface button): Add group.
Diffstat (limited to 'lisp')
-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