Mercurial > emacs
diff src/xterm.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 | 345336794f57 |
| children | 1dac05def6d8 22658e29bd48 |
line wrap: on
line diff
--- a/src/xterm.c Fri Aug 20 10:33:25 2004 +0000 +++ b/src/xterm.c Fri Aug 20 10:34:12 2004 +0000 @@ -6174,7 +6174,7 @@ f = x_top_window_to_frame (dpyinfo, event.xmap.window); if (f) { - /* wait_reading_process_input will notice this and update + /* wait_reading_process_output will notice this and update the frame's display structures. If we where iconified, we should not set garbaged, because that stops redrawing on Expose events. This looks
