* window.c [not MULTI_FRAME] (Fdelete_windows_on): Set FRAME
commit26f6279de146740079aefaacffcbee8d450cc740
authorJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:28:40 +0000 (18 06:28 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:28:40 +0000 (18 06:28 +0000)
tree987cceb44ab60025765586e97da70367ccaaebea
parentad9c19400fd3e55d6fe78a7aa582bdc94cd8b3cc
* window.c [not MULTI_FRAME] (Fdelete_windows_on): Set FRAME
argument to Qt, instead of trying to typecheck it.

* window.c (Fdelete_windows_on): New optional argument FRAME; if
nil, delete windows on all frames.  If t, delete windows on the
selected frame only.  If a frame, delete windows on that frame
only.

* window.c (Fnext_window, Fprevious_window): Put these docstrings
in comments; the strings are too long for some C compilers.
src/window.c