]> git.eshelyaron.com Git - emacs.git/commit
Fix Isearch hscrolling in a corner case
authorEli Zaretskii <eliz@gnu.org>
Thu, 22 Apr 2021 11:01:42 +0000 (14:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 22 Apr 2021 11:01:42 +0000 (14:01 +0300)
commit3021ecdedd3883911ca2db2357311f7fecdbd667
tree3724d8ff31f3be3118d610a9d43eb543bee00396
parent7792f7b3f3cdc40cf8636096fd5966eecebad1b5
Fix Isearch hscrolling in a corner case

* lisp/isearch.el (isearch-update): When we start hscrolled,
consider also the case that point ends up being to the left of the
hscrolled window's edge.  (Bug#46316)
lisp/isearch.el