Mercurial > emacs
changeset 96743:05ebabb317e3
* xdisp.c (move_it_in_display_line): Account for word wrap, so
that we don't move off the line.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 16 Jul 2008 17:48:00 +0000 |
parents | 3479c744277b |
children | c68868827258 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 16 16:38:33 2008 +0000 +++ b/src/ChangeLog Wed Jul 16 17:48:00 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-16 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (move_it_in_display_line): Account for word wrap, so + that we don't move off the line. + 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca> * keyboard.c (Qsuper): Remove.