diff options
| author | Jim Blandy | 1992-08-29 03:14:44 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-29 03:14:44 +0000 |
| commit | 05c2896ac5b24f1c7f7ca18e76f59eb2291b9049 (patch) | |
| tree | 973e3adf3ca5aaa9654a7e8c342aa26acb5e07ab /src/bytecode.c | |
| parent | e04a4e0dcf11972ab406026746e70e6be8e788f4 (diff) | |
| download | emacs-05c2896ac5b24f1c7f7ca18e76f59eb2291b9049.tar.gz emacs-05c2896ac5b24f1c7f7ca18e76f59eb2291b9049.zip | |
* window.c (coordinates_in_window): Do not assume that all
one-line windows are the minibuffer, or that all minibuffers are
one line high. Use MINI_WINDOW_P.
* window.c (change_window_height): If the size of the window will
shrink below the minimum, this code would only try to delete it if
it had a parent. Well, even if the window doesn't have a parent,
you want Fdelete_window to signal an error, since you're trying to
resize one of the undeleteable windows into nothingness. So call
Fdelete_window even if the window doesn't have a parent.
* window.c (MINSIZE): Add kludge so that the minibuffer is always
allowed to shrink to one line in height.
(MINSIZE, CURBEG, CURSIZE): Change these so that their argument
are always Lisp_Objects, not struct window *'s.
(change_window_height): Changed accordingly.
Diffstat (limited to 'src/bytecode.c')
0 files changed, 0 insertions, 0 deletions