; * src/process.c (network_lookup_address_info_1): Quote function
This commit is contained in:
parent
45ebb66ccf
commit
161808ae94
1 changed files with 1 additions and 1 deletions
|
@ -4678,7 +4678,7 @@ network_lookup_address_info_1 (Lisp_Object host, const char *service,
|
|||
int ret;
|
||||
|
||||
if (STRING_MULTIBYTE (host) && SBYTES (host) != SCHARS (host))
|
||||
error ("Non-ASCII hostname %s detected, please use puny-encode-domain",
|
||||
error ("Non-ASCII hostname %s detected, please use `puny-encode-domain'",
|
||||
SSDATA (host));
|
||||
|
||||
#ifdef WINDOWSNT
|
||||
|
|
Loading…
Add table
Reference in a new issue