]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #14241 with posn-at-point at the beginning of an image display prop.
authorEli Zaretskii <eliz@gnu.org>
Mon, 6 May 2013 17:11:07 +0000 (20:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 6 May 2013 17:11:07 +0000 (20:11 +0300)
commit05839b6affe3391dc6fb13e704927cb1815a22e9
tree81e9410f28baf7a54e1c0cda67c70dc3530d37b5
parente65500d969b8536773999b2ad4c377889ebb92a2
Fix bug #14241 with posn-at-point at the beginning of an image display prop.

 src/xdisp.c (pos_visible_p): Use the special code for finding the
 beginning of a display property or overlay for any "replacing"
 display property, not just for display strings.  This solves
 incorrect reporting of position by posn-at-point.
src/ChangeLog
src/xdisp.c