1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(gnus-summary-respool-default-method): Fix type.

This commit is contained in:
Karl Heuer 1998-10-01 20:56:19 +00:00
parent a5f06018e1
commit 04ad70ace5

View file

@ -6869,7 +6869,8 @@ re-spool using this method."
(defcustom gnus-summary-respool-default-method nil
"Default method for respooling an article.
If nil, use to the current newsgroup method."
:type 'gnus-select-method-name
:type '(choice (gnus-select-method :value (nnml ""))
(const nil))
:group 'gnus-summary-mail)
(defun gnus-summary-respool-article (&optional n method)