Function: spam-stat-store-gnus-article-buffer

spam-stat-store-gnus-article-buffer is a byte-compiled function defined in spam-stat.el.gz.

Signature

(spam-stat-store-gnus-article-buffer)

Documentation

Store a copy of the current article in spam-stat-buffer.

This uses gnus-article-buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defun spam-stat-store-gnus-article-buffer ()
  "Store a copy of the current article in `spam-stat-buffer'.
This uses `gnus-article-buffer'."
  (with-current-buffer gnus-original-article-buffer
    (spam-stat-store-current-buffer)))