Synch to Oort Gnus 200303200032.
[elisp/gnus.git-] / lisp / gnus-cache.el
index e9733a2..0194803 100644 (file)
@@ -511,6 +511,7 @@ Returns the list of articles removed."
     (goto-char (point-min))
     (while cached
       (while (and (not (eobp))
+                 (looking-at "[0-9]+\t")
                  (< (read (current-buffer)) (car cached)))
        (forward-line 1))
       (beginning-of-line)