diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 50f7238205f..fac38cb5328 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1561,6 +1561,7 @@ window_loop (type, obj, mini, frames) | |||
| 1561 | { | 1561 | { |
| 1562 | Lisp_Object window, windows, best_window, frame_arg; | 1562 | Lisp_Object window, windows, best_window, frame_arg; |
| 1563 | struct frame *f; | 1563 | struct frame *f; |
| 1564 | struct gcpro gcpro1; | ||
| 1564 | 1565 | ||
| 1565 | /* If we're only looping through windows on a particular frame, | 1566 | /* If we're only looping through windows on a particular frame, |
| 1566 | frame points to that frame. If we're looping through windows | 1567 | frame points to that frame. If we're looping through windows |