]> git.eshelyaron.com Git - emacs.git/commit
Fix posn-at-point with line-number display and display properties
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Apr 2019 12:26:54 +0000 (15:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Apr 2019 12:26:54 +0000 (15:26 +0300)
commitf6e6c1744be5620ce97c8429a161ae5cf733a949
tree65bafac4721689f26ad9cec434e6f249f79219bf
parenta2e9d3e33508473547ffa7c3f800fe0e3c5b5c1c
Fix posn-at-point with line-number display and display properties

* src/xdisp.c (pos_visible_p): Account for line-number display
width when CHARPOS is covered by display property that begins
at the 2nd display element of a screen line.  (Bug#35404)
src/xdisp.c