aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-05-27 01:51:04 +0000
committerRichard M. Stallman <[email protected]>1997-05-27 01:51:04 +0000
commit22e59fa793936682e69cc09e4371fea858827b13 (patch)
tree80d265818c39925103ecaf4c2490cf00afc6dd9c
parent56fe6fc085f4505b1d1b596e2739bb1950871466 (diff)
(Fdo_auto_save): Pass new arg to sit_for.
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 887f7c370c..fb4b422185 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4630,7 +4630,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer.")
{
if (omessage)
{
- sit_for (1, 0, 0, 0);
+ sit_for (1, 0, 0, 0, 0);
message2 (omessage, omessage_length);
}
else