* window.c (Fset_window_configuration): If we're restoring the
authorJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:38:45 +0000 (15:38 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:38:45 +0000 (15:38 +0000)
commitfd482be5a70c6ecd014e1cb511145fb913cabca0
tree9548340d491474ae174f000d691641e31bcc813b
parentc1dc99a1852ddcc5aec69d0db43883ca1f4a08b8
* window.c (Fset_window_configuration): If we're restoring the
configuration of a dead frame, don't bother rebuilding its window
tree, restoring its focus redirection, or temporarily resizing it
to fit the saved window configuration.  If the frame which was
selected when the configuration was captured is now dead, don't
try to select it.

* frame.c (Fdelete_frame): Delete all the windows in the frame's
window tree, using delete_all_subwindows.
* window.c (delete_all_subwindows): Don't make this static
anymore.
src/window.c