]> git.eshelyaron.com Git - emacs.git/commit
Fix assertion failure in window_box_height (Bug#45737)
authorMartin Rudalics <rudalics@gmx.at>
Sun, 10 Jan 2021 10:20:56 +0000 (11:20 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 10 Jan 2021 10:20:56 +0000 (11:20 +0100)
commit55bc1560ac804a2faa497707ae9b1364cc5c8592
tree83fb56929c87d4c38da7bbf9b8696f64593066cd
parent27743e9e709aa9b6cf5e84d2dfa97a68fc359cab
Fix assertion failure in window_box_height (Bug#45737)

* lisp/window.el (window-sizable): Don't try to grow a mini window
when the root window's minimum height is already larger than its
actual height (Bug#45737).
lisp/window.el