Variable: nnrss-content-function

nnrss-content-function is a variable defined in nnrss.el.gz.

Value

nil

Documentation

A function which is called in nnrss-request-article.

The arguments are (ENTRY GROUP ARTICLE). ENTRY is the record of the current headline. GROUP is the group name. ARTICLE is the article number of the current headline.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnrss.el.gz
(defvar nnrss-content-function nil
  "A function which is called in `nnrss-request-article'.
The arguments are (ENTRY GROUP ARTICLE).
ENTRY is the record of the current headline.  GROUP is the group name.
ARTICLE is the article number of the current headline.")