]> git.eshelyaron.com Git - emacs.git/commit
Fix I-search at EOB when long lines are truncated
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Feb 2021 15:27:02 +0000 (17:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Feb 2021 15:27:02 +0000 (17:27 +0200)
commit56c42bd28d9be400e37e122b7abebcd980ea0e8b
treea366372a9507a0445a02816ce1afb74f8e163815
parentc535fe647c02ccde424340dc8ceae75922443ca5
Fix I-search at EOB when long lines are truncated

* src/xdisp.c (move_it_to): Fix logic when TO_CHARPOS is at the
end of an hscrolled line which ends at EOB.  (Bug#46316)
src/xdisp.c