From: Richard M. Stallman Date: Sun, 31 Jul 1994 06:37:57 +0000 (+0000) Subject: (sit_for): Undo previous change. X-Git-Tag: emacs-19.34~7458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3afe9f5eee77d2f6863c130b2c30758857fc2c3e;p=emacs.git (sit_for): Undo previous change. --- 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;