Fix horizontal scrolling during Isearch
commit197a6bcc20cecba40b56ae478d42a33eb1e19d57
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Oct 2016 09:35:17 +0000 (8 12:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Oct 2016 09:35:17 +0000 (8 12:35 +0300)
tree1210f84e26f4d6b7f04c21519c2d14ba796c42b6
parent3566644a332f42c2fb68e93f04f2cec92917fcc9
Fix horizontal scrolling during Isearch

* lisp/isearch.el (isearch-update): Compute the window's body
width in a way that is correct when there are no fringes.
(Bug#24584)
lisp/isearch.el