Function: spam-stat-score

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

Signature

(spam-stat-score ENTRY)

Documentation

Set the score of this word.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defsubst spam-stat-score (entry)
  "Set the score of this word."
  (if entry
      (aref entry 2)
    spam-stat-unknown-word-score))