From: Kim F. Storm Date: Tue, 11 Jul 2006 20:11:10 +0000 (+0000) Subject: (Fdo_auto_save): Update/simplify sit_for calls. X-Git-Tag: emacs-pretest-22.0.90~1538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83f8d90363c117b200bdffe80949e4bd212c6196;p=emacs.git (Fdo_auto_save): Update/simplify sit_for calls. --- diff --git a/src/fileio.c b/src/fileio.c index 839bf86af53..b4fc934900b 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6055,7 +6055,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */) { /* If we are going to restore an old message, give time to read ours. */ - sit_for (1, 0, 0, 0, 0); + sit_for (make_number (1), 0, 0); restore_message (); } else