1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(Fcall_interactively): Update/simplify sit_for calls.

This commit is contained in:
Kim F. Storm 2006-07-11 20:11:23 +00:00
parent 83f8d90363
commit e7c4e229ca

View file

@ -721,10 +721,10 @@ If KEYS is omitted or nil, the return value of `this-command-keys' is used. */)
do
{
Lisp_Object tem;
if (! first)
if (! first)
{
message ("Please enter a number.");
sit_for (1, 0, 0, 0, 0);
sit_for (make_number (1), 0, 0);
}
first = 0;