diff options
| author | Gerd Moellmann | 2000-07-06 20:57:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-06 20:57:43 +0000 |
| commit | ffdc852d605da3a6dbe945a29c63c485b21ad34d (patch) | |
| tree | 6e73fc2e68510d661847bb0c58a34fa2f148a400 /src/window.c | |
| parent | 53e7c664c81818ae900a894c4444d7d2cfdf1d39 (diff) | |
| download | emacs-ffdc852d605da3a6dbe945a29c63c485b21ad34d.tar.gz emacs-ffdc852d605da3a6dbe945a29c63c485b21ad34d.zip | |
(window_loop): Add missing gcpro1 local variable.
Diffstat (limited to 'src/window.c')
| -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 |