]> git.eshelyaron.com Git - emacs.git/commit
Fix vertical cursor motion among many images
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Feb 2021 12:57:25 +0000 (14:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Feb 2021 12:57:25 +0000 (14:57 +0200)
commit1a6c7c10951ce6dadfdab36ad6ff6f679526828f
treeb48446c98ce7a3baef8471b9c9fbf7670631b7aa
parentaefdde96367ba38dbff8fa1761f44d5534fccaba
Fix vertical cursor motion among many images

* src/xdisp.c (move_it_in_display_line_to): Consider it
MOVE_POS_MATCH_OR_ZV if we are just after an image, stretch, or
display string, and the position matches exactly.  This is needed
when one image follows another at TO_CHARPOS.  (Bug#46464)
src/xdisp.c