# HG changeset patch # User Jason Rumney # Date 977307601 0 # Node ID 3dc60d80125f00bcadc087450fbdcc659e2f647c # Parent 49d02089857486c3f959468697adf77936ae5866 (syms_of_w32fns): Initialize and staticpro tip_frame. diff -r 49d020898574 -r 3dc60d80125f src/w32fns.c --- a/src/w32fns.c Wed Dec 20 08:52:50 2000 +0000 +++ b/src/w32fns.c Wed Dec 20 10:20:01 2000 +0000 @@ -13826,8 +13826,10 @@ defsubr (&Sx_show_tip); defsubr (&Sx_hide_tip); #endif + tip_timer = Qnil; staticpro (&tip_timer); - tip_timer = Qnil; + tip_frame = Qnil; + staticpro (&tip_frame); defsubr (&Sx_file_dialog); }