(syms_of_w32fns): Initialize and staticpro tip_frame.
authorJason Rumney <jasonr@gnu.org>
Wed, 20 Dec 2000 10:21:02 +0000 (10:21 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 20 Dec 2000 10:21:02 +0000 (10:21 +0000)
src/ChangeLog
src/w32fns.c

index 4f67b36..c29a091 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-20  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
+
 2000-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * fns.c (Frequire): Doc fix.
index 7e316a5..7e22b08 100644 (file)
@@ -13826,8 +13826,10 @@ versions of Windows) characters.");
   defsubr (&Sx_show_tip);
   defsubr (&Sx_hide_tip);
 #endif
-  staticpro (&tip_timer);
   tip_timer = Qnil;
+  staticpro (&tip_timer);
+  tip_frame = Qnil;
+  staticpro (&tip_frame);
 
   defsubr (&Sx_file_dialog);
 }