diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index d9c807ccf93..6cdf2943e60 100644 --- a/src/window.c +++ b/src/window.c @@ -1770,6 +1770,9 @@ window_loop (type, obj, mini, frames) && NILP (XBUFFER (w->buffer)->name)) abort (); break; + + case WINDOW_LOOP_UNUSED: + break; } } @@ -3476,6 +3479,8 @@ shrink_window_lowest_first (w, height) Lisp_Object last_child; int delta = old_height - height; int last_top; + + last_child = Qnil; /* Find the last child. We are taking space from lowest windows first, so we iterate over children from the last child |
