1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(main) [SIGSTOP]: Change conditional from WINDOWSNT.

This commit is contained in:
Jason Rumney 2007-09-20 14:58:41 +00:00
parent fb1b68a482
commit c801ad51b2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-20 Jason Rumney <jasonr@gnu.org>
* emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacsclient.c (current_frame): Change the default.

View File

@ -1491,7 +1491,7 @@ main (argc, argv)
fprintf (stderr, "*ERROR*: %s", str);
needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n';
}
#ifndef WINDOWSNT
#ifdef SIGSTOP
else if (strprefix ("-suspend ", string))
{
/* -suspend: Suspend this terminal, i.e., stop the process. */