In balance-windows add mising t to fix Bug#16351.
* window.el (balance-windows): Add mising t to fix Bug#16351.
This commit is contained in:
parent
3d95a0f45a
commit
3669b6369c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-05 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (balance-windows): Add mising t to fix Bug#16351.
|
||||
|
||||
2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/shr.el (shr-descend): Don't bug out if the anchor is empty
|
||||
|
|
|
@ -4608,7 +4608,7 @@ window."
|
|||
(window--resize-reset (window-frame window) t)
|
||||
(balance-windows-1 window t)
|
||||
(when (window--resize-apply-p frame t)
|
||||
(window-resize-apply frame)
|
||||
(window-resize-apply frame t)
|
||||
(window--pixel-to-total frame t)
|
||||
(run-window-configuration-change-hook frame))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue