Mercurial > emacs
diff src/keyboard.c @ 56729:e6e0caa7ec87
Rename wait_reading_process_input to wait_reading_process_output.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 20 Aug 2004 10:34:12 +0000 |
| parents | f95a8f5985be |
| children | 73be00e59d8e 22658e29bd48 d8411455de48 |
line wrap: on
line diff
--- a/src/keyboard.c Fri Aug 20 10:33:25 2004 +0000 +++ b/src/keyboard.c Fri Aug 20 10:34:12 2004 +0000 @@ -3899,7 +3899,7 @@ break; #endif { - wait_reading_process_input (0, 0, -1, 1, Qnil, NULL, 0); + wait_reading_process_output (0, 0, -1, 1, Qnil, NULL, 0); if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr) /* Pass 1 for EXPECT since we just waited to have input. */ @@ -9917,7 +9917,7 @@ } /* Return nonzero if there are pending requeued events. - This isn't used yet. The hope is to make wait_reading_process_input + This isn't used yet. The hope is to make wait_reading_process_output call it, and return if it runs Lisp code that unreads something. The problem is, kbd_buffer_get_event needs to be fixed to know what to do in that case. It isn't trivial. */
