]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:14:01 +0000 (14:14 +0800)
commit792869332acddc0673b7112091dbd1db8c1beeea
tree77a9b9af1a060782b6762a031a7b00b8037e6fe2
parentf8efd236ff45b15a78b76e29e40e7f9b52162b92
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)
src/xdisp.c