# HG changeset patch # User Chong Yidong # Date 1216230480 0 # Node ID 05ebabb317e344ed319624a838dee8b596685674 # Parent 3479c744277b7a61d1517db0945ed3c812ee134d * xdisp.c (move_it_in_display_line): Account for word wrap, so that we don't move off the line. diff -r 3479c744277b -r 05ebabb317e3 src/ChangeLog --- 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 + + * 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 * keyboard.c (Qsuper): Remove.