* window.c (SAVE_WINDOW_DATA_SIZE): Define this using sizeof,
authorJim Blandy <jimb@redhat.com>
Sat, 3 Oct 1992 07:15:35 +0000 (07:15 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 3 Oct 1992 07:15:35 +0000 (07:15 +0000)
commitff06df24f66c15bf1649072427414f8f190226ec
tree16f12f9b15d37f296f716a84940c013f9deeeda6
parentbdc727bf41bcee3312d92c921d89ca31d2d6060c
* window.c (SAVE_WINDOW_DATA_SIZE): Define this using sizeof,
instead of just saying it's 7; that way, we won't get screwed if
we add members to struct save_window_data.

* window.c (Fset_window_configuration): The pointer to the
saved window data is called `data', not just `d'.
src/window.c