From: Gerd Moellmann Date: Thu, 6 Jul 2000 20:57:43 +0000 (+0000) Subject: (window_loop): Add missing gcpro1 local variable. X-Git-Tag: emacs-pretest-21.0.90~2924 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ffdc852d605da3a6dbe945a29c63c485b21ad34d;p=emacs.git (window_loop): Add missing gcpro1 local variable. --- 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) { Lisp_Object window, windows, best_window, frame_arg; struct frame *f; + struct gcpro gcpro1; /* If we're only looping through windows on a particular frame, frame points to that frame. If we're looping through windows