]> git.eshelyaron.com Git - emacs.git/commitdiff
In balance-windows add mising t to fix Bug#16351.
authorMartin Rudalics <rudalics@gmx.at>
Sun, 5 Jan 2014 16:29:44 +0000 (17:29 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 5 Jan 2014 16:29:44 +0000 (17:29 +0100)
* window.el (balance-windows): Add mising t to fix Bug#16351.

lisp/ChangeLog
lisp/window.el

index 3b1e0451d4ed844fc44cb398f3c3264516610fce..9a5229fa5036aada711385f15d1324b2c64ef199 100644 (file)
@@ -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
index 4c4afc1ad5765e1d4bbafe7781546f6fd7e680f2..6ecb55aa65984634c83ad6e149463fe4d93b50c7 100644 (file)
@@ -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))))