aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJason Rumney2007-09-20 14:58:41 +0000
committerJason Rumney2007-09-20 14:58:41 +0000
commitc801ad51b2a5de48bf6005305a7a3b11370d2f58 (patch)
treeed12740e754fbc45acf976a27f305930d0ea666d /lib-src
parentfb1b68a482b97ddb7dba49d9669094efd51ece33 (diff)
downloademacs-c801ad51b2a5de48bf6005305a7a3b11370d2f58.tar.gz
emacs-c801ad51b2a5de48bf6005305a7a3b11370d2f58.zip
(main) [SIGSTOP]: Change conditional from WINDOWSNT.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/emacsclient.c2
2 files changed, 5 insertions, 1 deletions
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 @@
12007-09-20 Jason Rumney <jasonr@gnu.org>
2
3 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
4
12007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 52007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * emacsclient.c (current_frame): Change the default. 7 * 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)
1491 fprintf (stderr, "*ERROR*: %s", str); 1491 fprintf (stderr, "*ERROR*: %s", str);
1492 needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n'; 1492 needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n';
1493 } 1493 }
1494#ifndef WINDOWSNT 1494#ifdef SIGSTOP
1495 else if (strprefix ("-suspend ", string)) 1495 else if (strprefix ("-suspend ", string))
1496 { 1496 {
1497 /* -suspend: Suspend this terminal, i.e., stop the process. */ 1497 /* -suspend: Suspend this terminal, i.e., stop the process. */