]> git.eshelyaron.com Git - emacs.git/commitdiff
(window_loop): Add missing gcpro1 local variable.
authorGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 20:57:43 +0000 (20:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 20:57:43 +0000 (20:57 +0000)
src/window.c

index 50f7238205f08953322e788ff576bcc58be3da1b..fac38cb53280b40e4729bc8529f1a4e640556133 100644 (file)
@@ -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