Mercurial > emacs
diff src/ChangeLog @ 107881:6effcd2bae9f
Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.
xdisp.c (set_cursor_from_row): Don't consider possibility of
other rows with cursor unless they are different from this row and
this row is part of a continued line.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 16 Apr 2010 23:37:59 +0300 |
| parents | 43aef96c6073 |
| children | 8b1a353e3aab |
line wrap: on
line diff
--- a/src/ChangeLog Fri Apr 16 10:22:12 2010 -0700 +++ b/src/ChangeLog Fri Apr 16 23:37:59 2010 +0300 @@ -1,3 +1,9 @@ +2010-04-16 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (set_cursor_from_row): Don't consider possibility of + other rows with cursor unless they are different from this row and + this row is part of a continued line. (Bug#5943) + 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu> * s/freebsd.h: Restore osreldate.h include.
