projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544c2e0
)
Synch to No Gnus 200603010411.
author
yamaoka
<yamaoka>
Wed, 1 Mar 2006 04:11:46 +0000
(
04:11
+0000)
committer
yamaoka
<yamaoka>
Wed, 1 Mar 2006 04:11:46 +0000
(
04:11
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
9d77365
..
52333a2
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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.
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
d9108e5
..
fd6cade
100644
(file)
--- 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)