[gnus git] branch master updated: =1= gnus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add-buttons.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 904dc0b88a6ba559b3050384008c7c6b59c0af38 (commit)
from 6a153e9d3c93691db6134c28a29bbc3b1353a906 (commit)
- Log -----------------------------------------------------------------
commit 904dc0b88a6ba559b3050384008c7c6b59c0af38
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Jan 19 22:32:53 2011 +0000
gnus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add-buttons.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ebc86a..7cb885e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,10 @@
+2011-01-19 Katsumi Yamaoka <[email protected]>
+
+ * gnus-art.el (gnus-article-highlight): Remove argument passed to
+ gnus-article-add-buttons.
+
2011-01-19 Tom Rauchenwald <[email protected]> (tiny change)
+
* spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
From header with a date and "nobody" as the sender.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 7c56acf..8e8fa9b 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -7651,7 +7651,7 @@ do the highlighting. See the documentation for those functions."
(gnus-article-highlight-headers)
(gnus-article-highlight-citation force)
(gnus-article-highlight-signature)
- (gnus-article-add-buttons force)
+ (gnus-article-add-buttons)
(gnus-article-add-buttons-to-head))
(defun gnus-article-highlight-some (&optional force)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 6 ++++++
lisp/gnus-art.el | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project