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:
parent
a5f06018e1
commit
04ad70ace5
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue