+2008-10-31 Andreas Schwab <schwab@suse.de>
+
+ * emacsclient.c (main): Don't force sending tty when in eval mode.
+
2008-10-30 Chong Yidong <cyd@stupidchicken.com>
* emacsclient.c (main): If using the current frame, send tty
/* If using the current frame, send tty information to Emacs anyway.
In daemon mode, Emacs may need to occupy this tty if no other
frame is available. */
- if (tty || current_frame)
+ if (tty || (current_frame && !eval))
{
char *type = egetenv ("TERM");
char *tty_name = NULL;