]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/spam-report.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / gnus / spam-report.el
index 06aae2906caa7abfa1328e794e1640ecb1f1c918..24e1ca7bdab5ba37b7978de53b7b4e2d5336b647 100644 (file)
@@ -81,7 +81,7 @@ The function must accept the arguments `host' and `report'."
   "Email address that spam articles are resent to when reporting.
 If not set, the user will be prompted to enter a value which will be
 saved for future use."
-  :type 'string
+  :type '(choice (const :tag "Prompt" nil) string)
   :group 'spam-report)
 
 (defvar spam-report-url-ping-temp-agent-function nil