1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(struct window): Remove height_fixed_p, no longer set.

This commit is contained in:
Andreas Schwab 2005-09-18 16:30:27 +00:00
parent 3df0580e89
commit 9f1cf0e3c9
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,10 @@
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.

View File

@ -290,11 +290,6 @@ struct window
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. */