From bacd36842b8913ad3f637622ef307c4320d92510 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Aug 1996 16:57:21 +0000 Subject: [PATCH] (Fx_open_connection): Don't set Vx_resource_name. --- src/xfns.c | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.39.2