1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(Fsleep_for): If arg is 0, return right away.

This commit is contained in:
Richard M. Stallman 1993-07-26 18:38:23 +00:00
parent 8570b0ca3c
commit 5c48f0da4c

View File

@ -1872,7 +1872,7 @@ Emacs was built without floating point support.\n\
else
sec += usec / 1000000, usec %= 1000000;
if (sec < 0)
if (sec <= 0)
return Qnil;
{