summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorClemens Radermacher <clemens.radermacher@posteo.de>2020-10-27 09:45:25 +0100
committerMartin Rudalics <rudalics@gmx.at>2020-10-27 09:45:25 +0100
commite0de9f3295b4c46cb7198ec0b9634809d7b7a36d (patch)
tree037230e7376754295dbcc4bd18ec99980d7eeda5 /etc
parenta4ec03fa9be8315fba1be1658654be98643498ea (diff)
downloademacs-e0de9f3295b4c46cb7198ec0b9634809d7b7a36d.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3ee1cdd6a9..f0b5dd088af 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -33,6 +33,14 @@ applies, and please also update docstrings as needed.
This is a bug-fix release with no new features.
+* Lisp Changes in Emacs 27.2
+
+*** The behavior of the user option 'resize-mini-frames' has changed.
+If set to non-nil, resize the mini frame using the new function
+'fit-mini-frame-to-buffer' which won't skip leading or trailing empty
+lines of the buffer.
+
+
* Editing Changes in Emacs 27.2