aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-31 06:37:57 +0000
committerRichard M. Stallman1994-07-31 06:37:57 +0000
commit3afe9f5eee77d2f6863c130b2c30758857fc2c3e (patch)
tree576b6e8e316064ebeae8a6392586e2eb68b38b93 /src
parentea62c5a57eb04e7edf0ac740d28fe54efe41f32c (diff)
downloademacs-3afe9f5eee77d2f6863c130b2c30758857fc2c3e.tar.gz
emacs-3afe9f5eee77d2f6863c130b2c30758857fc2c3e.zip
(sit_for): Undo previous change.
Diffstat (limited to 'src')
-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)
2256{ 2256{
2257 Lisp_Object read_kbd; 2257 Lisp_Object read_kbd;
2258 2258
2259 if (CONSP (Vunread_command_events)
2260 || unread_command_char != -1)
2261 return Qnil;
2262
2263 if (detect_input_pending ()) 2259 if (detect_input_pending ())
2264 return Qnil; 2260 return Qnil;
2265 2261