Function: gnus-convert-mark-converter-prompt

gnus-convert-mark-converter-prompt is a byte-compiled function defined in gnus-start.el.gz.

Signature

(gnus-convert-mark-converter-prompt CONVERTER NO-PROMPT)

Documentation

Indicate whether CONVERTER requires gnus-convert-old-newsrc to display the conversion prompt. NO-PROMPT may be nil (prompt), t (no prompt), or any form that can be called as a function. The form should return either t or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defun gnus-convert-mark-converter-prompt (converter no-prompt)
  "Indicate whether CONVERTER requires `gnus-convert-old-newsrc' to
display the conversion prompt.  NO-PROMPT may be nil (prompt),
t (no prompt), or any form that can be called as a function.
The form should return either t or nil."
  (put converter 'gnus-convert-no-prompt no-prompt))