Tested with L2R rows and mouse highlight on a single line.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Oct 2010 12:28:28 +0000 (14:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Oct 2010 12:28:28 +0000 (14:28 +0200)
commit7b7e2c18a64fe2de45d80dfc6f48645f3e126440
tree16048ad9656e44f182086d6adbbb9915725db9d4
parentd0010be502380e58590d6e771f7b1853b99897aa
Tested with L2R rows and mouse highlight on a single line.

 xdisp.c (mouse_face_from_string_pos): Initialize the `found'
 flag to zero, and exit the outer loop when it's non-zero.  Bail
 our early if no row in the window belongs to the highlighted
 string.  Always back up after exiting the second loop.
src/ChangeLog
src/xdisp.c