From: Chong Yidong Date: Fri, 19 Sep 2008 15:50:17 +0000 (+0000) Subject: * emacsclient.c (main): Use stdout rather than stdin to obtain the X-Git-Tag: emacs-pretest-23.0.90~2846 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=997ec9575c306d8665475497aa79446db7a74477;p=emacs.git * emacsclient.c (main): Use stdout rather than stdin to obtain the terminal (bug#427). --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5d577b32beb..b91569d4eb6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2008-09-19 Dan Nicolaescu + + * emacsclient.c (main): Use stdout rather than stdin to obtain the + terminal (bug#427). + 2008-08-25 Francesco Potortì * etags.c (main): Do not use static space for the tagfile string.