* 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

@ -1,3 +1,8 @@
2007-05-16 Dan Nicolaescu <dann@ics.uci.edu>
* emacsclient.c (decode_options): Don't use a tty on windows.
* makefile.w32-in (VERSION): Update.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* emacsclient.c: (emacs_socket): Rename from s.

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)

View file

@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
.PHONY: $(ALL)
VERSION = 22.1.50
VERSION = 23.0.51
LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
-DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \