(Fdo_auto_save): Update/simplify sit_for calls.
authorKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:11:10 +0000 (20:11 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:11:10 +0000 (20:11 +0000)
src/fileio.c

index 839bf86..b4fc934 100644 (file)
@@ -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