+2005-09-18 Andreas Schwab <schwab@suse.de>
+
+ * window.h (struct window): Remove height_fixed_p, no longer set.
+
+ * window.c (make_window): Don't initialize height_fixed_p.
+ (window_fixed_size_p): Don't use it.
+
2005-09-18 John Paul Wallington <jpw@pobox.com>
* data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
be changed during redisplay. If point is not in the window,
accept that. */
unsigned frozen_window_start_p : 1;
-
- /* 1 means that this window's height is temporarily fixed. Used
- in resize_mini_window to precent resizing selected_window, if
- possible. */
- unsigned height_fixed_p : 1;
};
/* 1 if W is a minibuffer window. */