gnus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add-buttons.
This commit is contained in:
parent
672022e7fb
commit
a2e3ac9968
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-art.el (gnus-article-highlight): Remove argument passed to
|
||||
gnus-article-add-buttons.
|
||||
|
||||
2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
|
||||
|
||||
* spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue