]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_open_connection): Don't set Vx_resource_name.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 1996 16:57:21 +0000 (16:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 1996 16:57:21 +0000 (16:57 +0000)
src/xfns.c

index 74229c6d67e54a79e4435211c4804b51d2144ebf..4b3ce08f7415aa70aa3c8a513160038bfc1f1b4f 100644 (file)
@@ -4901,9 +4901,6 @@ terminate Emacs if we can't open the connection.")
   else
     xrm_option = (unsigned char *) 0;
 
-  /* Use this general default value to start with.  */
-  Vx_resource_name = Vinvocation_name;
-
   validate_x_resource_name ();
 
   /* This is what opens the connection and sets x_current_display.