From dbd6edfa6a76c9808cda5cf23f00c3311482b260 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 14 Jun 2004 03:22:42 +0000 Subject: [PATCH] Synch to No Gnus 200406140322. --- lisp/ChangeLog | 5 +++++ lisp/gnus-art.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9926722..5a40a0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-06-12 YAGI Tatsuya (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 * message.el (message-ignored-supersedes-headers): Add Approved. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 6432e62..92d4403 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -5392,6 +5392,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 -- 1.7.10.4