From: Richard M. Stallman Date: Tue, 27 May 1997 01:50:25 +0000 (+0000) Subject: (Fcall_interactively): Pass new arg to sit_for. X-Git-Tag: emacs-20.1~1987 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56fe6fc085f4505b1d1b596e2739bb1950871466;p=emacs.git (Fcall_interactively): Pass new arg to sit_for. --- 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;