]> git.eshelyaron.com Git - emacs.git/commit
Fix 'window-text-pixel-size' when display properties are around
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 Mar 2018 13:32:23 +0000 (15:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jun 2018 09:17:16 +0000 (12:17 +0300)
commitf1f12d8be3ddc5aa0a79658f5b339c78742321fa
tree4271535474d67dea7619e343426e4fbe090071d6
parent8b2b4b580c38d7f1d95f8b2bf1f7c6ad8b9207b9
Fix 'window-text-pixel-size' when display properties are around

* src/xdisp.c (Fwindow_text_pixel_size): Correct the result when
there's a display property at the  TO position, and the call to
move_it_to overshoots.  (Bug#30746)

(cherry picked from commit 50e2c0fb5180a757d8d533518f68837ffe5909be)
src/xdisp.c