* gnus.texi (RSS): Add gnus-summary-mark-as-read-forward into the
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 24 Oct 2002 17:51:37 +0000 (17:51 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 24 Oct 2002 17:51:37 +0000 (17:51 +0000)
example code. From Christoph Conrad <christoph.conrad@gmx.de>.

texi/ChangeLog
texi/gnus.texi

index 39f7962..0d113d2 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (RSS): Add gnus-summary-mark-as-read-forward into the
+       example code. From Christoph Conrad <christoph.conrad@gmx.de>.
+
 2002-10-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Other Marks): Document gnus-downloadable-mark and
index 18a7d34..347dd84 100644 (file)
@@ -14873,7 +14873,9 @@ summary buffer.
                      (assq (gnus-summary-article-number)
                            gnus-newsgroup-data))))))
     (if url
-        (browse-url (cdr url))
+        (progn
+          (browse-url (cdr url))
+          (gnus-summary-mark-as-read-forward 1))
       (gnus-summary-scroll-up arg))))
 
 (eval-after-load "gnus"