emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115878: In balance-windows add mising t to fix Bug#


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r115878: In balance-windows add mising t to fix Bug#16351.
Date: Sun, 05 Jan 2014 16:29:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115878
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-05 17:29:44 +0100
message:
  In balance-windows add mising t to fix Bug#16351.
  
  * window.el (balance-windows): Add mising t to fix Bug#16351.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-05 10:23:35 +0000
+++ b/lisp/ChangeLog    2014-01-05 16:29:44 +0000
@@ -1,3 +1,7 @@
+2014-01-05  Martin Rudalics  <address@hidden>
+
+       * window.el (balance-windows): Add mising t to fix Bug#16351.
+
 2014-01-05  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/shr.el (shr-descend): Don't bug out if the anchor is empty

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2014-01-01 07:43:34 +0000
+++ b/lisp/window.el    2014-01-05 16:29:44 +0000
@@ -4608,7 +4608,7 @@
     (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))))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]