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:
@@ -246,8 +246,8 @@ public final class EmacsWindowManager
|
||||
consumer.destroy ();
|
||||
}
|
||||
|
||||
pruneWindows ();
|
||||
windows.remove (window);
|
||||
pruneWindows ();
|
||||
}
|
||||
|
||||
public void
|
||||
|
||||
Reference in New Issue
Block a user