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:
parent
3df0580e89
commit
9f1cf0e3c9
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user