]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-summary-respool-default-method): Fix type.
authorKarl Heuer <kwzh@gnu.org>
Thu, 1 Oct 1998 20:56:19 +0000 (20:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 1 Oct 1998 20:56:19 +0000 (20:56 +0000)
lisp/gnus/gnus-sum.el

index d1b9deb21e0e0522d4c57d02581abaad2769a29c..d48cce763ab2f023c8cbdf29fc6083810d7edd7d 100644 (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)