mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
lib-src/emacsclient.c (main): #ifdef out previous change on Windows.
This commit is contained in:
parent
8cf07e5a55
commit
f11352e68b
2 changed files with 6 additions and 0 deletions
|
@ -1556,6 +1556,7 @@ main (int argc, char **argv)
|
|||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
#ifndef WINDOWSNT
|
||||
if (tty)
|
||||
{
|
||||
pid_t pgrp = getpgrp ();
|
||||
|
@ -1563,6 +1564,7 @@ main (int argc, char **argv)
|
|||
if (0 <= tcpgrp && tcpgrp != pgrp)
|
||||
kill (-pgrp, SIGTTIN);
|
||||
}
|
||||
#endif /* !WINDOWSNT */
|
||||
|
||||
/* If alternate_editor is the empty string, start the emacs daemon
|
||||
in case of failure to connect. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue