]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #9254 with crash and cursor positioning under longlines-mode.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2011 10:59:36 +0000 (13:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2011 10:59:36 +0000 (13:59 +0300)
commitd1410150345acdf2d7693fe00b8169312fe40d14
treeaccd9d7c414485e00d9fe30e1d1c28c7e3ea5c60
parentd747b53feb3e403571c724cc5add1e5e354f4408
Fix bug #9254 with crash and cursor positioning under longlines-mode.

 src/xdisp.c (set_cursor_from_row): Fix cursor positioning when a
 display property strides EOL and includes a newline, as in
 longlines-mode.
 src/bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
 is non-zero, even if the data buffer is NULL.  Fixes a crash in
 vertical-motion with longlines-mode.
src/ChangeLog
src/bidi.c
src/xdisp.c