aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 3fe9622b007..2c932017239 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -4908,7 +4908,7 @@ x_display_info_for_name (name)
4908 error ("Cannot connect to server %s", SDATA (name)); 4908 error ("Cannot connect to server %s", SDATA (name));
4909 4909
4910 w32_in_use = 1; 4910 w32_in_use = 1;
4911 XSETFASTINT (Vwindow_system_version, 3); 4911 XSETFASTINT (Vwindow_system_version, w32_major_version);
4912 4912
4913 return dpyinfo; 4913 return dpyinfo;
4914} 4914}
@@ -4999,7 +4999,7 @@ terminate Emacs if we can't open the connection. */)
4999 4999
5000 w32_in_use = 1; 5000 w32_in_use = 1;
5001 5001
5002 XSETFASTINT (Vwindow_system_version, 3); 5002 XSETFASTINT (Vwindow_system_version, w32_major_version);
5003 return Qnil; 5003 return Qnil;
5004} 5004}
5005 5005