]> git.eshelyaron.com Git - emacs.git/commit
Prevent detachWindow from deleting frames
authorPo Lu <luangruo@yahoo.com>
Wed, 3 Apr 2024 12:41:08 +0000 (20:41 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 4 Apr 2024 11:40:17 +0000 (13:40 +0200)
commit6b1d2393e5836c7af841b7c2e47d364208c835c2
tree8ae3360de300e85153351c1b4e8656a055a4d248
parenta8b074d954947a4686e61d4c94dc3eb56a50dc24
Prevent detachWindow from deleting frames

* java/org/gnu/emacs/EmacsWindowManager.java (detachWindow):
Remove WINDOW from the window list prior to pruning.

(cherry picked from commit 1f5a2c75e60484d9040e5a6e4912bdbed07c9294)
java/org/gnu/emacs/EmacsWindowManager.java