diff options
| author | Richard M. Stallman | 1997-05-27 01:51:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-27 01:51:04 +0000 |
| commit | 22e59fa793936682e69cc09e4371fea858827b13 (patch) | |
| tree | 80d265818c39925103ecaf4c2490cf00afc6dd9c /src | |
| parent | 56fe6fc085f4505b1d1b596e2739bb1950871466 (diff) | |
| download | emacs-22e59fa793936682e69cc09e4371fea858827b13.tar.gz emacs-22e59fa793936682e69cc09e4371fea858827b13.zip | |
(Fdo_auto_save): Pass new arg to sit_for.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 887f7c370c0..fb4b4221854 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4630,7 +4630,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer.") | |||
| 4630 | { | 4630 | { |
| 4631 | if (omessage) | 4631 | if (omessage) |
| 4632 | { | 4632 | { |
| 4633 | sit_for (1, 0, 0, 0); | 4633 | sit_for (1, 0, 0, 0, 0); |
| 4634 | message2 (omessage, omessage_length); | 4634 | message2 (omessage, omessage_length); |
| 4635 | } | 4635 | } |
| 4636 | else | 4636 | else |