* fileio.c (Fdo_auto_save): Call Fsleep_for with the appropriate
authorJim Blandy <jimb@redhat.com>
Sat, 29 Aug 1992 03:00:41 +0000 (03:00 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 29 Aug 1992 03:00:41 +0000 (03:00 +0000)
number of arguments.

src/fileio.c

index bb50ac4..6e3c8fd 100644 (file)
@@ -2800,7 +2800,7 @@ Non-nil second argument means save only current buffer.")
              b->auto_save_file_name = Qnil;
              /* Prevent warning from repeating if user does so.  */
              XFASTINT (b->save_length) = 0;
-             Fsleep_for (make_number (1));
+             Fsleep_for (make_number (1), Qnil);
              continue;
            }
          set_buffer_internal (b);