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:
parent
8570b0ca3c
commit
5c48f0da4c
@ -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;
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user