# HG changeset patch # User Richard M. Stallman # Date 1019490891 0 # Node ID 8c52c2bf3b3f1c871ac5c2fbf8e366babb9cb727 # Parent 65c68f4b30a1edb74e0ec22b8c18badf5f1697c6 (make_window): Initialize height_fixed_p, last_cursor_off_p, and p->cursor_off_p slots. diff -r 65c68f4b30a1 -r 8c52c2bf3b3f src/window.c --- a/src/window.c Mon Apr 22 15:30:18 2002 +0000 +++ b/src/window.c Mon Apr 22 15:54:51 2002 +0000 @@ -287,6 +287,8 @@ XSETWINDOW (val, p); XSETFASTINT (p->last_point, 0); p->frozen_window_start_p = 0; + p->height_fixed_p = 0; + p->last_cursor_off_p = p->cursor_off_p = 0; Vwindow_list = Qnil; return val;