aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-01 20:32:44 +0000
committerRichard M. Stallman1994-09-01 20:32:44 +0000
commit8b2f8d4edb6412798f858299d7466451277e088b (patch)
treefdb8b47324d56f108d4ca1dac496d8eed936be22 /src
parent2707a9d13d3fb057b64f031a7b3764f944f1219f (diff)
downloademacs-8b2f8d4edb6412798f858299d7466451277e088b.tar.gz
emacs-8b2f8d4edb6412798f858299d7466451277e088b.zip
(x_make_frame_visible): Call input_polling_used.
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. */