diff options
Diffstat (limited to 'src/xfns.c')
| -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 a275e3e11a8..922fd5a6d46 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -7228,8 +7228,6 @@ x_display_info_for_name (Lisp_Object name) | |||
| 7228 | if (dpyinfo == 0) | 7228 | if (dpyinfo == 0) |
| 7229 | error ("Cannot connect to X server %s", SDATA (name)); | 7229 | error ("Cannot connect to X server %s", SDATA (name)); |
| 7230 | 7230 | ||
| 7231 | XSETFASTINT (Vwindow_system_version, 11); | ||
| 7232 | |||
| 7233 | return dpyinfo; | 7231 | return dpyinfo; |
| 7234 | } | 7232 | } |
| 7235 | 7233 | ||
| @@ -7273,7 +7271,6 @@ An insecure way to solve the problem may be to use `xhost'.\n", | |||
| 7273 | error ("Cannot connect to X server %s", SDATA (display)); | 7271 | error ("Cannot connect to X server %s", SDATA (display)); |
| 7274 | } | 7272 | } |
| 7275 | 7273 | ||
| 7276 | XSETFASTINT (Vwindow_system_version, 11); | ||
| 7277 | return Qnil; | 7274 | return Qnil; |
| 7278 | } | 7275 | } |
| 7279 | 7276 | ||