(gnus-button): Add missing parentheses. From Michael Piotrowski.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Mar 2006 04:11:30 +0000 (04:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Mar 2006 04:11:30 +0000 (04:11 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 793e1fd..cd4906a 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 65d63d5..2d93f0b 100644 (file)
@@ -652,7 +652,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)