aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-20 14:25:09 +0000
committerGerd Moellmann2000-12-20 14:25:09 +0000
commit8de4aaf863f5796d7ab54a478a58cf3ff069e0cb (patch)
tree09ebb9855fe22239324db1dbb28b052216c064bf /src/ChangeLog
parented5c18e2604ab49e33ccdb2a67e8d18e9a6b12d6 (diff)
downloademacs-8de4aaf863f5796d7ab54a478a58cf3ff069e0cb.tar.gz
emacs-8de4aaf863f5796d7ab54a478a58cf3ff069e0cb.zip
(try_cursor_movement): Fix last change. The real
condition is that PT is at the end of the row, and should be displayed at the start of the next row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6814ea02fbf..83e83509c4d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-12-20 Gerd Moellmann <gerd@gnu.org> 12000-12-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_cursor_movement): Fix last change. The real
4 condition is that PT is at the end of the row, and should
5 be displayed at the start of the next row.
6
3 * xdisp.c (try_cursor_movement): If we end on a partially 7 * xdisp.c (try_cursor_movement): If we end on a partially
4 visible line, end we already decided to scroll, return -1. 8 visible line, end we already decided to scroll, return -1.
5 9