* window.c (window_loop): This used to keep track of the first
authorJim Blandy <jimb@redhat.com>
Fri, 14 Aug 1992 02:27:26 +0000 (02:27 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 14 Aug 1992 02:27:26 +0000 (02:27 +0000)
commit4b206065b98c3fd27294331fa14c3b718edc3d6f
tree79a66e4d0263141a6158dde01d425478a29657f9
parent8548041ddc611fd54289d78f0b77260e9dac172b
* window.c (window_loop): This used to keep track of the first
window processed and wait until we came back around to it.  Sadly,
this doesn't work if that window gets deleted.  So instead, use
Fprevious_window to find the last window to process, and loop
until we've done that one.

* window.c [not MULTI_FRAME] (init_window_once): Don't forget to
set the `mini_p' flag on the new minibuffer window to t.

* window.c (Fwindow_at): Don't check the type of the frame
argument.

* window.c [not MULTI_FRAME] (window_loop): Set frame to zero,
instead of trying to decode it.

* window.c (init_window_once): Initialize minibuf_window before
FRAME_ROOT_WINDOW, so the latter actually points to something.
src/window.c