[gnus git] branch master updated: m0-5-113-gb8786cb =1= * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local function.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b8786cba04cf263048ad456168d141f94e5fa92a (commit)
from b0e097a051ce5e58042ab6e1b5fa6519b1ed87c4 (commit)
- Log -----------------------------------------------------------------
commit b8786cba04cf263048ad456168d141f94e5fa92a
Author: Jan Tatarik <[email protected]>
Date: Wed Sep 5 16:44:27 2012 +0200
* gnus-score.el (gnus-score-decode-text-parts): Use #' for the local function.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff0090a..9ede5cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-09-05 Jan Tatarik <[email protected]>
+ * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local function.
+
* gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
* gnus-score.el (gnus-score-decode-text-parts): Ditto.
diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el
index 948c1c3..bc35cf3 100644
--- a/lisp/gnus-score.el
+++ b/lisp/gnus-score.el
@@ -1743,7 +1743,7 @@ score in `gnus-newsgroup-scored' by SCORE."
(save-excursion
(article-goto-body)
(delete-region (point) (point-max))
- (mapc 'my-mm-display-part (mm-text-parts handles))
+ (mapc #'my-mm-display-part (mm-text-parts handles))
handles))))
(defun gnus-score-body (scores header now expire &optional trace)
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-score.el | 2 +-
2 files changed, 3 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