* window.el (balance-windows): Add mising t to fix Bug#16351.
+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
(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))))