Variable: gnus-agent-confirmation-function
gnus-agent-confirmation-function is a customizable variable defined in
gnus-agent.el.gz.
Value
y-or-n-p
Documentation
Function to confirm when error happens.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defcustom gnus-agent-confirmation-function 'y-or-n-p
"Function to confirm when error happens."
:version "21.1"
:group 'gnus-agent
:type 'function)