From 83f8d90363c117b200bdffe80949e4bd212c6196 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 11 Jul 2006 20:11:10 +0000 Subject: [PATCH] (Fdo_auto_save): Update/simplify sit_for calls. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2