diff options
| author | Richard M. Stallman | 1997-05-27 01:50:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-27 01:50:25 +0000 |
| commit | 56fe6fc085f4505b1d1b596e2739bb1950871466 (patch) | |
| tree | 2246646275e10516c18388a02cc97f8a389efd27 /src | |
| parent | 1275407e4d75458c26b1066d1a90a064ebddbbb0 (diff) | |
| download | emacs-56fe6fc085f4505b1d1b596e2739bb1950871466.tar.gz emacs-56fe6fc085f4505b1d1b596e2739bb1950871466.zip | |
(Fcall_interactively): Pass new arg to sit_for.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 592 | if (! first) | 592 | if (! first) |
| 593 | { | 593 | { |
| 594 | message ("Please enter a number."); | 594 | message ("Please enter a number."); |
| 595 | sit_for (1, 0, 0, 0); | 595 | sit_for (1, 0, 0, 0, 0); |
| 596 | } | 596 | } |
| 597 | first = 0; | 597 | first = 0; |
| 598 | 598 | ||