Variable: nndiary-request-accept-article-functions
nndiary-request-accept-article-functions is a customizable variable
defined in nndiary.el.gz.
Value
(#[0 "\300\301!\207" [gnus-diary-check-message nil] 2])
Documentation
Hook run before accepting an article.
Executed near the beginning of nndiary-request-accept-article.
The hook functions will be called with the article in the current buffer.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defcustom nndiary-request-accept-article-functions nil
"Hook run before accepting an article.
Executed near the beginning of `nndiary-request-accept-article'.
The hook functions will be called with the article in the current buffer."
:type 'hook)