]> git.eshelyaron.com Git - emacs.git/commit
Fix rare crashes in 'try_window_reusing_current_matrix'
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 May 2023 17:50:46 +0000 (20:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 May 2023 17:50:46 +0000 (20:50 +0300)
commitd292d282292b8ce1f4e1ba97d0110178153f73c5
treed6e5c3e5edec62c4cd0f826d88a1ab9a3b0f7c85
parent709d9020021eaaf1e1475f61b72b2405f4fd0bb3
Fix rare crashes in 'try_window_reusing_current_matrix'

* src/xdisp.c (try_window_reusing_current_matrix): Make sure we
never use a mode-line glyph row to start displaying scrolled-in
rows.  (Bug#63711)
src/xdisp.c