diff options
| author | Jason Rumney | 2007-09-20 14:58:41 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-09-20 14:58:41 +0000 |
| commit | c801ad51b2a5de48bf6005305a7a3b11370d2f58 (patch) | |
| tree | ed12740e754fbc45acf976a27f305930d0ea666d /lib-src | |
| parent | fb1b68a482b97ddb7dba49d9669094efd51ece33 (diff) | |
| download | emacs-c801ad51b2a5de48bf6005305a7a3b11370d2f58.tar.gz emacs-c801ad51b2a5de48bf6005305a7a3b11370d2f58.zip | |
(main) [SIGSTOP]: Change conditional from WINDOWSNT.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
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 @@ | |||
| 1 | 2007-09-20 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT. | ||
| 4 | |||
| 1 | 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-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. */ |