Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
commit6254cdda90d55b2f93ca238ad84e86a69f8f9c8e
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 5 Aug 2010 22:20:09 +0000 (5 15:20 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 5 Aug 2010 22:20:09 +0000 (5 15:20 -0700)
tree45c0b81b1292eae69f9d6fa4678be80809e57fe2
parent52eeb591d7f834f91cca406b52e6f6097c3b9c3f
Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
* src/term.c (dissociate_if_controlling_tty): Use USG5 instead of
USG.  This is equivalent to defined (USG) && !defined (BSD_PGRPS),
which is what was there before BSD_PGRPS was removed.
src/ChangeLog
src/term.c