mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
Prevent detachWindow from deleting frames
* java/org/gnu/emacs/EmacsWindowManager.java (detachWindow): Remove WINDOW from the window list prior to pruning.
This commit is contained in:
parent
a0da5d04ba
commit
1f5a2c75e6
1 changed files with 1 additions and 1 deletions
|
|
@ -246,8 +246,8 @@ public final class EmacsWindowManager
|
|||
consumer.destroy ();
|
||||
}
|
||||
|
||||
pruneWindows ();
|
||||
windows.remove (window);
|
||||
pruneWindows ();
|
||||
}
|
||||
|
||||
public void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue