summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-31 06:37:57 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-31 06:37:57 +0000
commit592a2d0a1b6506d1d638ae614a410223afe75d51 (patch)
tree76c49961e960e7153b0e547d5586db0d85d68d63 /src/dispnew.c
parent1dac41a0c430f59a832ddb1ab507c6465a6f02e3 (diff)
downloademacs-592a2d0a1b6506d1d638ae614a410223afe75d51.tar.gz
(sit_for): Undo previous change.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index ec60f3d7816..79ff2d92cc6 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2256,10 +2256,6 @@ sit_for (sec, usec, reading, display)
{
Lisp_Object read_kbd;
- if (CONSP (Vunread_command_events)
- || unread_command_char != -1)
- return Qnil;
-
if (detect_input_pending ())
return Qnil;