From 638063d7ba3c311d4045e677297c09ed58cd6c34 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Tue, 28 Feb 2006 18:01:04 +0000 Subject: [PATCH] (gnus-button): New face. (gnus-article-button-face): Use it. --- lisp/ChangeLog | 3 +++ lisp/gnus-art.el | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f22c9b116..8f203afc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-02-28 Reiner Steib + * gnus-art.el (gnus-button): New face. + (gnus-article-button-face): Use it. + * gnus-sum.el (gnus-summary-tool-bar-gnome): Add gnus-summary-next-page. Re-order. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index adfa8058d..65d63d565 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -651,7 +651,12 @@ Each element is a regular expression." (make-obsolete-variable 'gnus-article-hide-pgp-hook "This variable is obsolete in Gnus 5.10.") -(defcustom gnus-article-button-face 'bold +(defface gnus-button + '((t :weight bold)) + "Face used for highlighting a button in the article buffer." + :group 'gnus-article-buttons) + +(defcustom gnus-article-button-face 'gnus-button "Face used for highlighting buttons in the article buffer. An article button is a piece of text that you can activate by pressing -- 2.25.1