all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug/patch: gnus-start.el gnus-convert-old-newsrc
@ 2004-10-26  9:22 Karl Chen
  2004-10-26 17:18 ` Reiner Steib
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Chen @ 2004-10-26  9:22 UTC (permalink / raw)
  Cc: ding


`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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-27  1:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-26  9:22 bug/patch: gnus-start.el gnus-convert-old-newsrc Karl Chen
2004-10-26 17:18 ` Reiner Steib
2004-10-26 22:49   ` Miles Bader
2004-10-27  1:04     ` Miles Bader

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.