Function: gnus-agent-batch-confirmation
gnus-agent-batch-confirmation is a byte-compiled function defined in
gnus-agent.el.gz.
Signature
(gnus-agent-batch-confirmation MSG)
Documentation
Show error message and return t.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defun gnus-agent-batch-confirmation (msg)
"Show error message and return t."
(gnus-message 1 "%s" msg)
t)