]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violations when resize-mini-windows is nil
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 Jul 2019 13:03:33 +0000 (16:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 11 Jul 2019 13:03:33 +0000 (16:03 +0300)
commit2581513abea46d41ee97ea55b22803e78efc1459
tree6c5d3f0d4dbbb51727f4975d0b5285a4aeb7cd34
parent40cd6278ba965f3a9fcdddc568eb9ee7c69cf899
Avoid assertion violations when resize-mini-windows is nil

* src/xdisp.c (resize_mini_window): Always reset the
mini-window's start point to the beginning of the buffer, even
if resizing is not needed.  This avoids assertion violations
when resize-mini-windows is nil.  (Bug#36595)
src/xdisp.c