diff options
| author | Jim Blandy <jimb@redhat.com> | 1991-07-30 21:04:22 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1991-07-30 21:04:22 +0000 |
| commit | 7fb0d26fff30c25a95db79872d15f7f13d7997db (patch) | |
| tree | c2066937a33b536663434a5c828b197c7f9628ea /lib-src/wakeup.c | |
| parent | 92d97f2c7bbd2e0e944c8bdfb7b894a2832c3cfd (diff) | |
| download | emacs-7fb0d26fff30c25a95db79872d15f7f13d7997db.tar.gz | |
entered into RCS
Diffstat (limited to 'lib-src/wakeup.c')
| -rw-r--r-- | lib-src/wakeup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index 61ad4401d1f..eb3dd72c95c 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -18,6 +18,9 @@ main (argc, argv) while (1) { + /* Make sure wakeup stops when Emacs goes away. */ + if (getppid () == 1) + exit (0); printf ("Wake up!\n"); fflush (stdout); /* If using a period of 60, produce the output when the minute |
