[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfns.c
From: |
Simon Josefsson |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfns.c |
Date: |
Wed, 28 Aug 2002 11:12:00 -0400 |
Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.555 emacs/src/xfns.c:1.556
*** emacs/src/xfns.c:1.555 Tue Aug 27 14:45:01 2002
--- emacs/src/xfns.c Wed Aug 28 11:12:00 2002
***************
*** 5370,5377 ****
if (!NILP (must_succeed))
fatal ("Cannot connect to X server %s.\n\
Check the DISPLAY environment variable or use `-d'.\n\
! Also use the `xhost' program to verify that it is set to permit\n\
! connections from your machine.\n",
SDATA (display));
else
error ("Cannot connect to X server %s", SDATA (display));
--- 5370,5378 ----
if (!NILP (must_succeed))
fatal ("Cannot connect to X server %s.\n\
Check the DISPLAY environment variable or use `-d'.\n\
! Also use the `xauth' program to verify that you have the proper
! authoritization information needed to connect the X server.\n\
! An insecure way to solve the problem may be to use `xhost'.\n",
SDATA (display));
else
error ("Cannot connect to X server %s", SDATA (display));