]> git.eshelyaron.com Git - emacs.git/commit
Fix 'make_lispy_position' when there's an image at EOB
authorEli Zaretskii <eliz@gnu.org>
Wed, 26 Jan 2022 14:44:14 +0000 (16:44 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 26 Jan 2022 14:44:14 +0000 (16:44 +0200)
commit6075ea0b79922765df29ac148ac3a1fbb236ed94
tree914096c105a86a6bd380e6324df31676d9b62669
parentc5b0019e1047d3b770611bb7dea3d2a705e56082
Fix 'make_lispy_position' when there's an image at EOB

* src/xdisp.c (move_it_to): Don't compare IT_CHARPOS with an
invalid TO_CHARPOS.  (Bug#53546)
src/xdisp.c