1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* fns.c (Fyes_or_no_p): Call Fsleep_for with the appropriate

number of arguments.
This commit is contained in:
Jim Blandy 1992-08-29 03:03:15 +00:00
parent 2fd3c56b6c
commit 99dc4745e6

View File

@ -1185,7 +1185,7 @@ and can edit it until it as been confirmed.")
Fding (Qnil);
Fdiscard_input ();
message ("Please answer yes or no.");
Fsleep_for (make_number (2));
Fsleep_for (make_number (2), Qnil);
}
UNGCPRO;
}