]> git.eshelyaron.com Git - emacs.git/commit
Fix 'window-text-pixel-size' when there's after-string at EOB
authorEli Zaretskii <eliz@gnu.org>
Thu, 22 Apr 2021 10:59:08 +0000 (13:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 22 Apr 2021 10:59:08 +0000 (13:59 +0300)
commit7792f7b3f3cdc40cf8636096fd5966eecebad1b5
tree2ae225459cbeb3fd46d7a84a51c1707e7a59b504
parent71b14f28068d9327eb236b8577ccbddd65e3b38b
Fix 'window-text-pixel-size' when there's after-string at EOB

* src/xdisp.c (move_it_to): Fix logic of reaching TO_CHARPOS when
there's a display or overlay string(s) at EOB.  (Bug#47860)
src/xdisp.c