From: Jason Rumney Date: Thu, 20 Sep 2007 14:58:41 +0000 (+0000) Subject: (main) [SIGSTOP]: Change conditional from WINDOWSNT. X-Git-Tag: emacs-pretest-23.0.90~10816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c801ad51b2a5de48bf6005305a7a3b11370d2f58;p=emacs.git (main) [SIGSTOP]: Change conditional from WINDOWSNT. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index de2456af358..b76c85d4b19 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-20 Jason Rumney + + * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT. + 2007-09-20 Stefan Monnier * emacsclient.c (current_frame): Change the default. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index e098bc213b3..3b16b15f94a 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -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. */