* emacsclient.c (decode_options): Don't use a tty on windows.
* makefile.w32-in (VERSION): Update.
This commit is contained in:
parent
622eee5b94
commit
1d00cfd429
3 changed files with 9 additions and 2 deletions
|
@ -458,9 +458,11 @@ decode_options (argc, argv)
|
|||
|
||||
if (!tty && display)
|
||||
window_system = 1;
|
||||
#ifndef WINDOWSNT
|
||||
else
|
||||
tty = 1;
|
||||
|
||||
#endif
|
||||
|
||||
/* --no-wait implies --current-frame on ttys when there are file
|
||||
arguments or expressions given. */
|
||||
if (nowait && tty && argc - optind > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue