comparison src/xfns.c @ 39907:c62141d21872

Fix multi-line string.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 14 Oct 2001 09:50:28 +0000
parents 542a86892257
children eac4e9ae201c
comparison
equal deleted inserted replaced
39906:9835d7f5161e 39907:c62141d21872
5145 (char *) XSTRING (Vx_resource_name)->data); 5145 (char *) XSTRING (Vx_resource_name)->data);
5146 5146
5147 if (dpyinfo == 0) 5147 if (dpyinfo == 0)
5148 { 5148 {
5149 if (!NILP (must_succeed)) 5149 if (!NILP (must_succeed))
5150 fatal ("Cannot connect to X server %s. 5150 fatal ("Cannot connect to X server %s.\n\
5151 Check the DISPLAY environment variable or use `-d'. 5151 Check the DISPLAY environment variable or use `-d'.\n\
5152 Also use the `xhost' program to verify that it is set to permit 5152 Also use the `xhost' program to verify that it is set to permit\n\
5153 connections from your machine.\n", 5153 connections from your machine.\n",
5154 XSTRING (display)->data); 5154 XSTRING (display)->data);
5155 else 5155 else
5156 error ("Cannot connect to X server %s", XSTRING (display)->data); 5156 error ("Cannot connect to X server %s", XSTRING (display)->data);
5157 } 5157 }