summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-03-18 21:20:55 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-03-18 21:20:55 +0000
commit9188be47894513f5bb58b58ed619d9f5de14ec38 (patch)
tree8a9ca53f6d1b4be16f7daf50d9a6586b615bfa11 /src/xfns.c
parenta01a20dbff6e72b19c778fc6a8c0bb54e32fe0b1 (diff)
downloademacs-9188be47894513f5bb58b58ed619d9f5de14ec38.tar.gz
h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so
that it doesn't become "tooltip". The specbind is enough.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 603a948a372..34e474c7f0c 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4602,9 +4602,6 @@ x_create_tip_frame (dpyinfo, parms, text)
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 @@ x_create_tip_frame (dpyinfo, parms, text)
&& !EQ (name, Qunbound)
&& !NILP (name))
error ("Invalid frame name--not a string or nil");
- Vx_resource_name = name;
frame = Qnil;
GCPRO3 (parms, name, frame);