From 56fe6fc085f4505b1d1b596e2739bb1950871466 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 May 1997 01:50:25 +0000 Subject: [PATCH] (Fcall_interactively): Pass new arg to sit_for. --- src/callint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callint.c b/src/callint.c index b0e0e3c1454..7a579fcb20e 100644 --- a/src/callint.c +++ b/src/callint.c @@ -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; -- 2.39.5