diff options
| author | Gerd Moellmann | 2000-10-17 19:32:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-17 19:32:44 +0000 |
| commit | 68c5d1db4a686dcd6d50ba98f46b19edd48cb48a (patch) | |
| tree | 49e0b215ddf0b7d18271290f1226b5b81f700a4e /src/ChangeLog | |
| parent | 9a0388816118bd7b4ae764fe1c1daa1bab762b5a (diff) | |
| download | emacs-68c5d1db4a686dcd6d50ba98f46b19edd48cb48a.tar.gz emacs-68c5d1db4a686dcd6d50ba98f46b19edd48cb48a.zip | |
(try_cursor_movement): Use cursor_row_p also when
PT has moved backward.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c8271bc7cb..06cc70af5c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-10-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (try_cursor_movement): Use cursor_row_p also when | ||
| 4 | PT has moved backward. | ||
| 5 | |||
| 3 | * xdisp.c (cursor_row_p): Take continued lines into account. | 6 | * xdisp.c (cursor_row_p): Take continued lines into account. |
| 4 | 7 | ||
| 5 | * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of | 8 | * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of |