* frame.c (Fdelete_frame): Delete all the windows in the frame's
authorJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:34:44 +0000 (15:34 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:34:44 +0000 (15:34 +0000)
commit4a88b3b0fef8489fb3edc99a7659ec93da89130e
treee05b745572e04d520e06b5e8dd5dfa60603717e9
parent642ef2454b011a69bd615f2f9f34c4c6c7ae1679
* 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/frame.c