Mercurial > emacs
changeset 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 | 2fa333e36b60 |
children | 0d1aada57ac9 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */