]> code.delx.au - gnu-emacs/commit
Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769)
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Feb 2015 17:07:15 +0000 (19:07 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 5 Feb 2015 17:07:15 +0000 (19:07 +0200)
commitc0ba5908b117170995df36e839a087af7c5f79db
treeb610585c4266f90f45a4b614f304cf39e24f1798
parenta323b93d466c403cbef96184d510b134549c7806
Fix vertical-motion and posn-at-point when word-wrap is on  (Bug#19769)

 src/xdisp.c (move_it_in_display_line_to): Handle the case where the
 last character of a screen line is whitespace, and we are under
 word-wrap with overflow-newline-into-fringe turned on.
src/ChangeLog
src/xdisp.c