aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorKim F. Storm2004-08-20 10:34:12 +0000
committerKim F. Storm2004-08-20 10:34:12 +0000
commitd64b707cb1e268b4c77a51f064d7e3fd95e3df85 (patch)
tree074754ef3582d7eb255a228a184da4fe5a3fbb9d /src/w32term.c
parent214d60691b6ecc0c3cf469f70ceab6709c773954 (diff)
downloademacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.tar.gz
emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.zip
Rename wait_reading_process_input to wait_reading_process_output.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 71125fe4195..f71736dffad 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4570,7 +4570,7 @@ w32_read_socket (sd, expected, hold_quit)
4570 f->async_visible = 1; 4570 f->async_visible = 1;
4571 f->async_iconified = 0; 4571 f->async_iconified = 0;
4572 4572
4573 /* wait_reading_process_input will notice this and update 4573 /* wait_reading_process_output will notice this and update
4574 the frame's display structures. */ 4574 the frame's display structures. */
4575 SET_FRAME_GARBAGED (f); 4575 SET_FRAME_GARBAGED (f);
4576 4576