aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index d497c302eac..8a7badded72 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5678,7 +5678,7 @@ x_make_frame_visible (f)
5678 to let the handler know that there's something to be read. 5678 to let the handler know that there's something to be read.
5679 We used to raise a real alarm, but it seems that the handler 5679 We used to raise a real alarm, but it seems that the handler
5680 isn't always enabled here. This is probably a bug. */ 5680 isn't always enabled here. This is probably a bug. */
5681 if (polling_for_input) 5681 if (input_polling_used ())
5682 { 5682 {
5683 /* It could be confusing if a real alarm arrives while processing 5683 /* It could be confusing if a real alarm arrives while processing
5684 the fake one. Turn it off and let the handler reset it. */ 5684 the fake one. Turn it off and let the handler reset it. */