diff options
| author | Richard M. Stallman | 1996-08-17 16:57:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-17 16:57:21 +0000 |
| commit | bacd36842b8913ad3f637622ef307c4320d92510 (patch) | |
| tree | dd2ea366e4209d63b335028b2ce19e7d76fdd0c5 /src | |
| parent | 1c9df23f8c7c2315348612493be0f3eb74411360 (diff) | |
| download | emacs-bacd36842b8913ad3f637622ef307c4320d92510.tar.gz emacs-bacd36842b8913ad3f637622ef307c4320d92510.zip | |
(Fx_open_connection): Don't set Vx_resource_name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 3 |
1 files changed, 0 insertions, 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.") | |||
| 4901 | else | 4901 | else |
| 4902 | xrm_option = (unsigned char *) 0; | 4902 | xrm_option = (unsigned char *) 0; |
| 4903 | 4903 | ||
| 4904 | /* Use this general default value to start with. */ | ||
| 4905 | Vx_resource_name = Vinvocation_name; | ||
| 4906 | |||
| 4907 | validate_x_resource_name (); | 4904 | validate_x_resource_name (); |
| 4908 | 4905 | ||
| 4909 | /* This is what opens the connection and sets x_current_display. | 4906 | /* This is what opens the connection and sets x_current_display. |