Mercurial > emacs
diff src/xfns.c @ 26980:f0d5e95ccce9
(Fx_show_tip): Gcpro `timeout' too.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Wed, 22 Dec 1999 22:58:15 +0000 |
| parents | 06f887a1c834 |
| children | 3995eec4287f |
line wrap: on
line diff
--- a/src/xfns.c Wed Dec 22 16:09:37 1999 +0000 +++ b/src/xfns.c Wed Dec 22 22:58:15 1999 +0000 @@ -9756,13 +9756,13 @@ int i, width, height; int root_x, root_y, win_x, win_y; unsigned pmask; - struct gcpro gcpro1, gcpro2, gcpro3; + struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; int old_windows_or_buffers_changed = windows_or_buffers_changed; int count = specpdl_ptr - specpdl; specbind (Qinhibit_redisplay, Qt); - GCPRO3 (string, parms, frame); + GCPRO4 (string, parms, frame, timeout); CHECK_STRING (string, 0); f = check_x_frame (frame);
