# HG changeset patch # User Gerd Moellmann # Date 962917063 0 # Node ID 9406cb07bac77261c1546488b83316ea1c0cb13d # Parent 178c89d24a0dfdb440f2fc56679604e22e2e51a3 (window_loop): Add missing gcpro1 local variable. diff -r 178c89d24a0d -r 9406cb07bac7 src/window.c --- a/src/window.c Thu Jul 06 20:08:45 2000 +0000 +++ b/src/window.c Thu Jul 06 20:57:43 2000 +0000 @@ -1561,6 +1561,7 @@ { 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