mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; lisp/window.el (display-buffer-at-bottom): Fix indentation
This commit is contained in:
parent
d443710169
commit
1cdddc1db6
1 changed files with 1 additions and 1 deletions
|
|
@ -6845,7 +6845,7 @@ selected frame."
|
|||
(or (and bottom-window-shows-buffer
|
||||
(window--display-buffer
|
||||
buffer bottom-window 'reuse alist display-buffer-mark-dedicated))
|
||||
(and (not (frame-parameter nil 'unsplittable))
|
||||
(and (not (frame-parameter nil 'unsplittable))
|
||||
(let (split-width-threshold)
|
||||
(setq window (window--try-to-split-window bottom-window alist)))
|
||||
(window--display-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue