Fix bug #15437 with mouse highlight on overlay strings.
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 Sep 2013 09:18:38 +0000 (12:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Sep 2013 09:18:38 +0000 (12:18 +0300)
commitf03eddbff64da3a9304b2c654b6f46b58f318787
treec0a6b7c7606ec49ca08f14b386ccb79907011d65
parentcd548fa41b9d298bea8e09b57655e20887d2e922
Fix bug #15437 with mouse highlight on overlay strings.

 src/xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in
 computing the end column of mouse-highlight that comes from
 display or overlay strings.
src/ChangeLog
src/xdisp.c