diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 128e4bf024e..cb6d5563e40 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-article-highlight): Remove argument passed to | ||
| 4 | gnus-article-add-buttons. | ||
| 5 | |||
| 1 | 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change) | 6 | 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change) |
| 2 | 7 | ||
| 3 | * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full | 8 | * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 7c56acfebd4..8e8fa9b76f0 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -7651,7 +7651,7 @@ do the highlighting. See the documentation for those functions." | |||
| 7651 | (gnus-article-highlight-headers) | 7651 | (gnus-article-highlight-headers) |
| 7652 | (gnus-article-highlight-citation force) | 7652 | (gnus-article-highlight-citation force) |
| 7653 | (gnus-article-highlight-signature) | 7653 | (gnus-article-highlight-signature) |
| 7654 | (gnus-article-add-buttons force) | 7654 | (gnus-article-add-buttons) |
| 7655 | (gnus-article-add-buttons-to-head)) | 7655 | (gnus-article-add-buttons-to-head)) |
| 7656 | 7656 | ||
| 7657 | (defun gnus-article-highlight-some (&optional force) | 7657 | (defun gnus-article-highlight-some (&optional force) |