diff options
| author | Richard M. Stallman | 2002-04-03 15:19:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-03 15:19:39 +0000 |
| commit | b50fe468c82a54cfd12c24036a8ad7572381001b (patch) | |
| tree | 06036193fd11a6e68b14320e7650ace1a7d14bda /src/process.c | |
| parent | 8c64a2989dcf4556bf096ca566caa8946328edb6 (diff) | |
| download | emacs-b50fe468c82a54cfd12c24036a8ad7572381001b.tar.gz emacs-b50fe468c82a54cfd12c24036a8ad7572381001b.zip | |
Comment change.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index b7c5076a2a9..06e931af9b6 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5788,7 +5788,8 @@ exec_sentinel (proc, reason) | |||
| 5788 | 5788 | ||
| 5789 | /* Report all recent events of a change in process status | 5789 | /* Report all recent events of a change in process status |
| 5790 | (either run the sentinel or output a message). | 5790 | (either run the sentinel or output a message). |
| 5791 | This is done while Emacs is waiting for keyboard input. */ | 5791 | This is usually done while Emacs is waiting for keyboard input |
| 5792 | but can be done at other times. */ | ||
| 5792 | 5793 | ||
| 5793 | void | 5794 | void |
| 5794 | status_notify () | 5795 | status_notify () |