]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Pass new arg to sit_for.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 May 1997 01:50:25 +0000 (01:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 May 1997 01:50:25 +0000 (01:50 +0000)
src/callint.c

index b0e0e3c145471a0ee3dc66f15aa457a2c42505f7..7a579fcb20e293d2249548f3e0ac2ce728dad981 100644 (file)
@@ -592,7 +592,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
                if (!  first)
                  {
                    message ("Please enter a number.");
-                   sit_for (1, 0, 0, 0);
+                   sit_for (1, 0, 0, 0, 0);
                  }
                first = 0;