* window.c (delete_all_subwindows): Save the window's buffer in
authorJim Blandy <jimb@redhat.com>
Mon, 28 Sep 1992 06:10:03 +0000 (06:10 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 28 Sep 1992 06:10:03 +0000 (06:10 +0000)
commit9ace597fcf31409f04cbf01c5e299c2c4c8a3ff1
tree06a82d83b695e6c873c70c1cbbb892a8e0f03ba8
parentfde3a52f2427b9afe628f4d1013f020c69052156
* window.c (delete_all_subwindows): Save the window's buffer in
its `height' field; we may need to know the window's old buffer
once we have restored it from a window configuration.
Fset_window_configuration): When we restore a window, if its
`height' field is a buffer, restore its `buffer' field from that.
This allows us to leave the window's buffer unchanged if the
buffer recorded in the configuration is dead.

* window.c (delete_all_subwindows): Removed unused variable named
"count".
src/window.c