]> git.eshelyaron.com Git - emacs.git/commit
Allow 'display-buffer' to set up body size of chosen window (Bug#17065)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 25 Oct 2021 08:42:17 +0000 (10:42 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 25 Oct 2021 08:42:17 +0000 (10:42 +0200)
commitbeaddd87f79b69fe2723206c9cbb2efacf34620d
tree24e855b66d266e8c18d09fffa3e7dad1a9b1ea05
parent709e1e59f0f4db24580566f5ca661e730afbf9a2
Allow 'display-buffer' to set up body size of chosen window (Bug#17065)

* doc/lispref/windows.texi (Buffer Display Action Alists):
Describe new possible values for 'window-height', 'window-width'
and 'window-size' action alist entries.
* lisp/window.el (window--display-buffer): Handle new values for
'window-height', 'window-width' and 'window-size' ALIST entries.
(display-buffer): Update doc-string for new values of some
action alist entries.
* etc/NEWS: Mention new values of some action alist entries.
doc/lispref/windows.texi
etc/NEWS
lisp/window.el