(gnus-article-next-page): Fix the way to find a real end-of-buffer.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 14 Jun 2004 03:22:18 +0000 (03:22 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 14 Jun 2004 03:22:18 +0000 (03:22 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 4dd088e..c90daf1 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
+
+       * gnus-art.el (gnus-article-next-page): Fix the way to find a real
+       end-of-buffer.
+
 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.el (message-ignored-supersedes-headers): Add Approved. 
index 11be0d1..7bc1775 100644 (file)
@@ -5007,6 +5007,7 @@ Argument LINES specifies lines to be scrolled up."
              (save-excursion
                (save-restriction
                  (widen)
+                 (forward-line)
                  (eobp)))) ;Real end-of-buffer?
          (progn
            (when gnus-article-over-scroll