# HG changeset patch # User Jan Dj¸«£rv # Date 1111180829 0 # Node ID 41e456f361cc584d3aa2911391cf8df4787e7c4e # Parent 6917911c5c9692cab7c759b36d2cbb3f31fa709c h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so that it doesn't become "tooltip". The specbind is enough. diff -r 6917911c5c96 -r 41e456f361cc src/xfns.c --- a/src/xfns.c Fri Mar 18 21:19:23 2005 +0000 +++ b/src/xfns.c Fri Mar 18 21:20:29 2005 +0000 @@ -4602,9 +4602,6 @@ check_x (); - /* Use this general default value to start with until we know if - this frame has a specified name. */ - Vx_resource_name = Vinvocation_name; #ifdef MULTI_KBOARD kb = dpyinfo->kboard; @@ -4618,7 +4615,6 @@ && !EQ (name, Qunbound) && !NILP (name)) error ("Invalid frame name--not a string or nil"); - Vx_resource_name = name; frame = Qnil; GCPRO3 (parms, name, frame);