Mercurial > emacs
changeset 98243:261b61f743f7
* emacsclient.c (main): Use stdout rather than stdin to obtain the
terminal (bug#427).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 19 Sep 2008 15:50:17 +0000 |
parents | 4a0538995dcb |
children | b64f47f489ca |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Fri Sep 19 10:05:13 2008 +0000 +++ b/lib-src/ChangeLog Fri Sep 19 15:50:17 2008 +0000 @@ -1,3 +1,8 @@ +2008-09-19 Dan Nicolaescu <dann@ics.uci.edu> + + * emacsclient.c (main): Use stdout rather than stdin to obtain the + terminal (bug#427). + 2008-08-25 Francesco Potortì <pot@gnu.org> * etags.c (main): Do not use static space for the tagfile string.