diff src/dispnew.c @ 673:6217fa6e2cab

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 02 Jun 1992 05:18:06 +0000
parents 39f0e62a8511
children e2b747dd6a6e
line wrap: on
line diff
--- a/src/dispnew.c	Tue Jun 02 04:15:32 1992 +0000
+++ b/src/dispnew.c	Tue Jun 02 05:18:06 1992 +0000
@@ -1860,6 +1860,9 @@
   if (display)
     redisplay_preserve_echo_area ();
 
+  if (sec == 0 && usec == 0)
+    return Qt;
+
 #ifdef SIGIO
   gobble_input ();
 #endif
@@ -1907,10 +1910,6 @@
 
   CHECK_NUMBER (arg, 0);
 
-  sec = XINT (arg);
-  if (sec <= 0)
-    return Qt;
-
   if (!NILP (millisec))
     {
 #ifndef EMACS_HAS_USECS