Mercurial > emacs
changeset 23363:41843e16f6ac
(gnus-summary-respool-default-method): Fix type.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 01 Oct 1998 20:56:19 +0000 |
parents | 4882e505ccbc |
children | aa359fe9fe1e |
files | lisp/gnus/gnus-sum.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el Thu Oct 01 20:46:42 1998 +0000 +++ b/lisp/gnus/gnus-sum.el Thu Oct 01 20:56:19 1998 +0000 @@ -6869,7 +6869,8 @@ (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)