]> git.eshelyaron.com Git - emacs.git/commit
Don't check whether a deleted window is deletable (Bug#54028)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 21 Feb 2022 15:46:23 +0000 (16:46 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 21 Feb 2022 15:46:23 +0000 (16:46 +0100)
commit68d134cf0f784601e50cefc4056eb0ace510a982
tree4c94f420b289e901bb21f8a7feab3d3972fcbe7d
parentb38223a844caef920c2cd2c6e56e84b0c91df1fa
Don't check whether a deleted window is deletable (Bug#54028)

* lisp/window.el (window-state-put): Make sure window is live
before calling 'window-deletable-p' on it (Bug#54028).
lisp/window.el