From 3afe9f5eee77d2f6863c130b2c30758857fc2c3e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 31 Jul 1994 06:37:57 +0000 Subject: [PATCH] (sit_for): Undo previous change. --- src/dispnew.c | 4 ---- 1 file changed, 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; -- 2.39.5