From: Richard M. Stallman Date: Sat, 17 Aug 1996 16:57:21 +0000 (+0000) Subject: (Fx_open_connection): Don't set Vx_resource_name. X-Git-Tag: emacs-20.1~4063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bacd36842b8913ad3f637622ef307c4320d92510;p=emacs.git (Fx_open_connection): Don't set Vx_resource_name. --- diff --git a/src/xfns.c b/src/xfns.c index 74229c6d67e..4b3ce08f741 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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.