diff options
| author | Kim F. Storm | 2004-08-20 10:34:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-20 10:34:12 +0000 |
| commit | d64b707cb1e268b4c77a51f064d7e3fd95e3df85 (patch) | |
| tree | 074754ef3582d7eb255a228a184da4fe5a3fbb9d /src/xterm.c | |
| parent | 214d60691b6ecc0c3cf469f70ceab6709c773954 (diff) | |
| download | emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.tar.gz emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.zip | |
Rename wait_reading_process_input to wait_reading_process_output.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 593716032e1..5e6a236c4be 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6174,7 +6174,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) | |||
| 6174 | f = x_top_window_to_frame (dpyinfo, event.xmap.window); | 6174 | f = x_top_window_to_frame (dpyinfo, event.xmap.window); |
| 6175 | if (f) | 6175 | if (f) |
| 6176 | { | 6176 | { |
| 6177 | /* wait_reading_process_input will notice this and update | 6177 | /* wait_reading_process_output will notice this and update |
| 6178 | the frame's display structures. | 6178 | the frame's display structures. |
| 6179 | If we where iconified, we should not set garbaged, | 6179 | If we where iconified, we should not set garbaged, |
| 6180 | because that stops redrawing on Expose events. This looks | 6180 | because that stops redrawing on Expose events. This looks |