]> git.eshelyaron.com Git - emacs.git/commit
Don't skip empty lines when fitting mini frame to buffer (Bug#44080)
authorClemens Radermacher <clemens.radermacher@posteo.de>
Tue, 27 Oct 2020 08:45:25 +0000 (09:45 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 27 Oct 2020 08:45:25 +0000 (09:45 +0100)
commite0de9f3295b4c46cb7198ec0b9634809d7b7a36d
tree037230e7376754295dbcc4bd18ec99980d7eeda5
parenta4ec03fa9be8315fba1be1658654be98643498ea
Don't skip empty lines when fitting mini frame to buffer (Bug#44080)

* lisp/window.el (fit-mini-frame-to-buffer,
window--resize-mini-frame, fit-frame-to-buffer,
fit-frame-to-buffer-1): By default, fit a mini frame without skipping its
buffer's leading or trailing empty lines.
* src/frame.c (resize-mini-frames): Update doc-string.
* lisp/cus-start.el (resize-mini-frames): Update for customize.
* doc/lispref/minibuf.texi (resize-mini-frames): Update description.
doc/lispref/minibuf.texi
etc/NEWS
lisp/cus-start.el
lisp/window.el
src/frame.c