* emacsclient.c (decode_options): Don't use a tty on windows.

* makefile.w32-in (VERSION): Update.
This commit is contained in:
Dan Nicolaescu 2007-05-16 23:16:53 +00:00
parent 622eee5b94
commit 1d00cfd429
3 changed files with 9 additions and 2 deletions

View file

@ -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)