Mercurial > emacs
changeset 34729:3dc60d80125f
(syms_of_w32fns): Initialize and staticpro tip_frame.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 10:20:01 +0000 |
parents | 49d020898574 |
children | 8b34e2ae0273 |
files | src/w32fns.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }