From 133848247344af93a710d050f064019a40fde801 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 20 Jun 2015 10:16:07 +0200 Subject: [PATCH] =?utf8?q?In=20=E2=80=98window-state-put=E2=80=99=20undedi?= =?utf8?q?cate=20target=20window.=20=20(Bug#20848)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lisp/window.el (window-state-put): Undedicate target window before putting STATE into it. (Bug#20848) --- lisp/window.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/window.el b/lisp/window.el index fad9b2f69fa..6e4571167ea 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -5375,6 +5375,8 @@ windows can get as small as `window-safe-min-height' and root)))) (delete-other-windows-internal window root))) + (set-window-dedicated-p window nil) + (let* ((frame (window-frame window)) (head (car state)) ;; We check here (1) whether the total sizes of root window of -- 2.39.2