Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Chen <quarl@NOSPAM.quarl.org>
Cc: ding@gnus.org
Subject: bug/patch: gnus-start.el gnus-convert-old-newsrc
Date: Tue, 26 Oct 2004 02:22:40 -0700	[thread overview]
Message-ID: <quack.20041026T0222.87654xx28v@quack.cs.berkeley.edu> (raw)


`gnus-convert-old-newsrc' has a bug.  This micropatch fixes it.
This is from Emacs CVS HEAD.


--- gnus-start.el	21 Oct 2004 16:10:28 -0700	1.27
+++ gnus-start.el	26 Oct 2004 02:00:07 -0700	
@@ -2259,7 +2259,7 @@
         ;; Perform converters to bring older version up to date.
 	(when (and converters (< fcv (caar converters)))
 	  (while (and converters (< fcv (caar converters))
-		      (<= (caar converters) gnus-version))
+		      (<= (caar converters) (gnus-continuum-version gnus-version)))
             (let* ((converter-spec  (pop converters))
                    (convert-to      (nth 1 converter-spec))
                    (load-from       (nth 2 converter-spec))


-- 
Karl 2004-10-26 02:17

             reply	other threads:[~2004-10-26  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-26  9:22 Karl Chen [this message]
2004-10-26 17:18 ` Reiner Steib
2004-10-26 22:49   ` Miles Bader
2004-10-27  1:04     ` Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=quack.20041026T0222.87654xx28v@quack.cs.berkeley.edu \
    --to=quarl@nospam.quarl.org \
    --cc=ding@gnus.org \
    --cc=quarl+dated+1099214237.460ccf@nospam.quarl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).