changeset 60722:41e456f361cc

h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so that it doesn't become "tooltip". The specbind is enough.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 18 Mar 2005 21:20:29 +0000
parents 6917911c5c96
children 5da81a7e824f
files src/xfns.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);