Function: spam-stat-set-score
spam-stat-set-score is a byte-compiled function defined in
spam-stat.el.gz.
Signature
(spam-stat-set-score ENTRY VALUE)
Documentation
Set the score of this word.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defsubst spam-stat-set-score (entry value)
"Set the score of this word."
(aset entry 2 value))