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:
parent
83f8d90363
commit
e7c4e229ca
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue