From c801ad51b2a5de48bf6005305a7a3b11370d2f58 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 20 Sep 2007 14:58:41 +0000 Subject: [PATCH] (main) [SIGSTOP]: Change conditional from WINDOWSNT. --- lib-src/ChangeLog | 4 ++++ lib-src/emacsclient.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. */ -- 2.39.2