]> git.eshelyaron.com Git - emacs.git/commit
Fix vertical-motion when an image is at EOL under word-wrap
authorJD Smith <jdtsmith@gmail.com>
Wed, 4 Jun 2025 20:47:48 +0000 (16:47 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:02:18 +0000 (22:02 +0200)
commit46118f7de2c91b68ab09c5e50bac35780292d701
tree4623ee0b097e2dc20d2c6065c2bdd99fd6fd6814
parent8df095c8d68c565c46640359b10242bccf17c80d
Fix vertical-motion when an image is at EOL under word-wrap

* src/xdisp.c (move_it_in_display_line_to): Fix return value under
word-wrap when a screen line ends with an image that "just fits".
(Bug#67604)

(cherry picked from commit 9b30934756ab4872134847ad98350637d690b988)
src/xdisp.c