diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-03-18 21:20:55 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-03-18 21:20:55 +0000 |
commit | 9188be47894513f5bb58b58ed619d9f5de14ec38 (patch) | |
tree | 8a9ca53f6d1b4be16f7daf50d9a6586b615bfa11 /src/xfns.c | |
parent | a01a20dbff6e72b19c778fc6a8c0bb54e32fe0b1 (diff) | |
download | emacs-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.c | 4 |
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); |