From c26afb5d1e98379dbef700fa1bb87ed330ac2168 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 1 Mar 2006 04:11:46 +0000 Subject: [PATCH] Synch to No Gnus 200603010411. --- lisp/ChangeLog | 4 ++++ lisp/gnus-art.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d77365..52333a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-03-01 Michael Piotrowski (tiny change) + + * gnus-art.el (gnus-button): Add missing parentheses. + 2006-03-01 Katsumi Yamaoka * lpath.el: Fbind line-number-at-pos. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index d9108e5..fd6cade 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -690,7 +690,7 @@ Each element is a regular expression." "This variable is obsolete in Gnus 5.10.") (defface gnus-button - '((t :weight bold)) + '((t (:weight bold))) "Face used for highlighting a button in the article buffer." :group 'gnus-article-buttons) -- 1.7.10.4