aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index b795e627048..7cb40bb1968 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -378,6 +378,8 @@ handle_sigcont (int signalnum)
378 /* We are in the background; cancel the continue. */ 378 /* We are in the background; cancel the continue. */
379 kill (getpid (), SIGSTOP); 379 kill (getpid (), SIGSTOP);
380 } 380 }
381
382 signal (signalnum, handle_sigcont);
381 errno = old_errno; 383 errno = old_errno;
382} 384}
383 385