Fix bugs in window resizing code
commit3722a694fa094f88f7dfe54ccce7ea7cbaab214a
authorMartin Rudalics <rudalics@gmx.at>
Thu, 18 Feb 2016 10:25:07 +0000 (18 11:25 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 18 Feb 2016 10:25:07 +0000 (18 11:25 +0100)
tree012a7c5cb8706baf8a70247ac72d93e2f8f92074
parent289d5c6e976d4ea557b0f71008468d42ee0258ad
Fix bugs in window resizing code

* lisp/window.el (adjust-window-trailing-edge): Fix mismatched
parenthesis.
(shrink-window, enlarge-window): Fix bug#22723 where windows
with preserved size would not get resized.  Also now signal an
error when the window cannot be shrunk or enlarged as requested.
lisp/window.el