From: yamaoka Date: Fri, 12 Mar 2004 03:24:33 +0000 (+0000) Subject: Synch to No Gnus 200403120308. X-Git-Tag: t-gnus-6_17_4-quimby-~1017 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d796f470ef1b28035eb27fe8e02abba5589a9c4b;p=elisp%2Fgnus.git- Synch to No Gnus 200403120308. --- diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 4e154d6..59ecf72 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -2264,7 +2264,8 @@ If FORCE is non-nil, the .newsrc file is read." (pop converters)) ;; Perform converters to bring older version up to date. - (while (and converters (< fcv (caar converters))) + (when (and converters (< fcv (caar converters))) + (while (and converters (< fcv (caar converters))) (let* ((converter-spec (pop converters)) (convert-to (nth 1 converter-spec)) (load-from (nth 2 converter-spec)) @@ -2300,7 +2301,7 @@ If FORCE is non-nil, the .newsrc file is read." (funcall func convert-to))) (gnus-dribble-enter (format ";Converted newsrc from version '%s' to '%s'? (n/y/?)" - gnus-newsrc-file-version gnus-version)))))) + gnus-newsrc-file-version gnus-version))))))) (defun gnus-convert-mark-converter-prompt (converter no-prompt) (setplist converter