1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00: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)