Synch to No Gnus 200603010411.
authoryamaoka <yamaoka>
Wed, 1 Mar 2006 04:11:46 +0000 (04:11 +0000)
committeryamaoka <yamaoka>
Wed, 1 Mar 2006 04:11:46 +0000 (04:11 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 9d77365..52333a2 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
+
+       * gnus-art.el (gnus-button): Add missing parentheses.
+
 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lpath.el: Fbind line-number-at-pos.
index d9108e5..fd6cade 100644 (file)
@@ -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)