2001-10-17 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 17 Oct 2001 17:05:05 +0000 (17:05 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 17 Oct 2001 17:05:05 +0000 (17:05 +0000)
* gnus-sum.el (gnus-summary-respool-default-method): Changed
customize type to `symbol'.

lisp/ChangeLog
lisp/gnus-sum.el

index 053c8b8..e4049ab 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-sum.el (gnus-summary-respool-default-method): Changed
+       customize type to `symbol'.
+
 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-spec.el (gnus-parse-simple-format): Support extended spec
@@ -19,7 +24,7 @@
 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * gnus-msg.el (gnus-post-method): Changed two instances of
-       'active' to 'current' and one 'null' to 'not'.
+       `active' to `current' and one `null' to `not'.
 
 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        From Katsumi Yamaoka  <yamaoka@jpl.org>.
index abb39a9..514b943 100644 (file)
@@ -8203,10 +8203,9 @@ re-spool using this method."
   (gnus-summary-move-article n nil nil 'crosspost))
 
 (defcustom gnus-summary-respool-default-method nil
-  "Default method for respooling an article.
+  "Default method type for respooling an article.
 If nil, use to the current newsgroup method."
-  :type '(choice (gnus-select-method :value (nnml ""))
-                (const nil))
+  :type 'symbol
   :group 'gnus-summary-mail)
 
 (defun gnus-summary-respool-article (&optional n method)