* hashcash.el (mail-add-payment): Replace mapcar called for effect with mapc.
[gnus] / lisp / nnrss.el
index 2e64360..5241f9d 100644 (file)
@@ -680,7 +680,7 @@ which RSS 2.0 allows."
 ;;; Snarf functions
 
 (defun nnrss-make-hash-index (item)
-  (setq item (remove-if
+  (setq item (gnus-remove-if
              (lambda (field)
                (when (listp field)
                  (memq (car field) nnrss-ignore-article-fields)))