* gnus-score.el (gnus-score-decode-text-parts): Use #' for the local function.
authorJan Tatarik <jan.tatarik@gmail.com>
Wed, 5 Sep 2012 14:44:27 +0000 (16:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Sep 2012 14:44:27 +0000 (16:44 +0200)
lisp/ChangeLog
lisp/gnus-score.el

index ff0090a..9ede5cf 100644 (file)
@@ -1,5 +1,7 @@
 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
 
+       * 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.
index 948c1c3..bc35cf3 100644 (file)
@@ -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)