projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a7084
)
Synch to No Gnus 200406140322.
author
yamaoka
<yamaoka>
Mon, 14 Jun 2004 03:22:42 +0000
(
03:22
+0000)
committer
yamaoka
<yamaoka>
Mon, 14 Jun 2004 03:22:42 +0000
(
03:22
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
9926722
..
5a40a0f
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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.
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
6432e62
..
92d4403
100644
(file)
--- 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