Mercurial > emacs
diff src/xterm.c @ 8682:42f95b1368ea
(x_make_frame_visible): Call input_polling_used.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 01 Sep 1994 20:32:44 +0000 |
| parents | c2c1a477ddd5 |
| children | fbeec7796f8f |
line wrap: on
line diff
--- a/src/xterm.c Thu Sep 01 18:06:24 1994 +0000 +++ b/src/xterm.c Thu Sep 01 20:32:44 1994 +0000 @@ -5678,7 +5678,7 @@ to let the handler know that there's something to be read. We used to raise a real alarm, but it seems that the handler isn't always enabled here. This is probably a bug. */ - if (polling_for_input) + if (input_polling_used ()) { /* It could be confusing if a real alarm arrives while processing the fake one. Turn it off and let the handler reset it. */
