Mercurial > emacs
diff lib-src/emacsclient.c @ 84677:421e6c54ace8
(main) [SIGSTOP]: Change conditional from WINDOWSNT.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Thu, 20 Sep 2007 14:57:39 +0000 |
| parents | f2c11a35b0e3 |
| children | f44a6d77db08 |
line wrap: on
line diff
--- a/lib-src/emacsclient.c Thu Sep 20 14:06:13 2007 +0000 +++ b/lib-src/emacsclient.c Thu Sep 20 14:57:39 2007 +0000 @@ -1491,7 +1491,7 @@ 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. */
