Function: spam-stat-score-buffer-user

spam-stat-score-buffer-user is a byte-compiled function defined in spam-stat.el.gz.

Signature

(spam-stat-score-buffer-user &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defun spam-stat-score-buffer-user (&rest args)
  (let* ((scores
	  (mapcar
	   (lambda (fn)
	     (apply fn args))
	   spam-stat-score-buffer-user-functions)))
    (if (memq nil scores) nil
      (apply #'+ scores))))