* gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 7 Jan 2002 21:04:07 +0000 (21:04 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 7 Jan 2002 21:04:07 +0000 (21:04 +0000)
lisp/ChangeLog
lisp/gnus-group.el

index 906fdea..b6000b8 100644 (file)
@@ -1,5 +1,7 @@
 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
+
        * gnus-art.el (gnus-header-button-alist): Handle mailto.
 
        * mml.el (mml-preview): Bind gnus-original-article-buffer because
index fa3eebc..6703dd9 100644 (file)
@@ -4029,8 +4029,9 @@ This command may read the active file."
            (when active
              (setq n (1+ (cdr active)))
              (while (<= n (cdr gnus-newsgroup-active))
-               (unless (eq n mark)
-                 (push n gnus-newsgroup-unselected))))))
+               (unless (eq n article)
+                 (push n gnus-newsgroup-unselected))
+               (setq n (1+ n))))))
       (gnus-activate-group group)
       (gnus-group-make-articles-read group
                                     (list article))