(struct save_window_data): Move non-lisp data to the end
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Nov 2007 21:23:07 +0000 (21:23 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Nov 2007 21:23:07 +0000 (21:23 +0000)
commitb05b4e2787f085af0ebdf2ed1705e5f4f799dee5
tree557e83715e47184816036669530439db522a1ec0
parent056ce1959724bce0b79983a2b88d193def718adb
(struct save_window_data): Move non-lisp data to the end
and make it `int' rather than Lisp_Object.
(Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
Done wrap/unwrap integer values.
(Fset_window_configuration, compare_window_configurations):
Update use of fields to their new types.
src/ChangeLog
src/window.c