]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Update/simplify sit_for calls.
authorKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:11:23 +0000 (20:11 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:11:23 +0000 (20:11 +0000)
src/callint.c

index ae10e64e1de5f11b5e1a3e2c7ff15e61cf07c9bf..741f61d068bde148bd70863815c029b8b16a93d1 100644 (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;