]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor motion at end of line that ends in a composed character.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:11:40 +0000 (14:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:11:40 +0000 (14:11 +0300)
commit51d28d3ec44e006746d1107f1819824d803c6232
treeeeb8dbfa893f3544c3db3fb8568ff8e93972a7e5
parent2d4018aa48efa359bcc5cce63d9335204ce53ff9
parenta49884a673bcdd1c7d7fb4c4bfd9393440436ff4
Fix cursor motion at end of line that ends in a composed character.

 xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
 use `get_next_display_element' and `set_iterator_to_next' to
 advance to the next character, when looking for the character that
 begins the next row.
src/ChangeLog