diff options
| author | Jim Blandy | 1993-03-20 22:26:53 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-20 22:26:53 +0000 |
| commit | 500ab754f5182f138e6451178daaae5a8a0e4648 (patch) | |
| tree | e884261e09304da090690346507519d8dead2f59 /src | |
| parent | 97741d057d1fcbc5c9a2d2462657ced33d0c8826 (diff) | |
| download | emacs-500ab754f5182f138e6451178daaae5a8a0e4648.tar.gz emacs-500ab754f5182f138e6451178daaae5a8a0e4648.zip | |
Do * dispnew.c (sit_for): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 84c5fbfaeff..ad3fbbffe58 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1887,7 +1887,11 @@ sit_for (sec, usec, reading, display) | |||
| 1887 | wait_reading_process_input (sec, usec, read_kbd, display); | 1887 | wait_reading_process_input (sec, usec, read_kbd, display); |
| 1888 | 1888 | ||
| 1889 | 1889 | ||
| 1890 | #if 0 /* No wait_reading_process_input available. */ | 1890 | /* wait_reading_process_input should always be available now; it is |
| 1891 | simulated in a simple way on systems that don't support | ||
| 1892 | subprocesses. */ | ||
| 1893 | #if 0 | ||
| 1894 | /* No wait_reading_process_input available. */ | ||
| 1891 | immediate_quit = 1; | 1895 | immediate_quit = 1; |
| 1892 | QUIT; | 1896 | QUIT; |
| 1893 | 1897 | ||