]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_process_output_error_handler)
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 22:41:58 +0000 (22:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 22:41:58 +0000 (22:41 +0000)
(exec_sentinel_error_handler): Fsleep_for wants two args.

src/process.c

index 6304ddc71252f2e80a6032971b712fc615c86577..18ead4246ae9633a04e5e4518bc21bb3b666a7c9 100644 (file)
@@ -2249,7 +2249,7 @@ read_process_output_error_handler (error)
   cmd_error_internal (error, "error in process filter: ");
   Vinhibit_quit = Qt;
   update_echo_area ();
-  Fsleep_for (make_number (2));
+  Fsleep_for (make_number (2), Qnil);
 }
 
 /* Read pending output from the process channel,
@@ -3315,7 +3315,7 @@ exec_sentinel_error_handler (error)
   cmd_error_internal (error, "error in process sentinel: ");
   Vinhibit_quit = Qt;
   update_echo_area ();
-  Fsleep_for (make_number (2));
+  Fsleep_for (make_number (2), Qnil);
 }
 
 static void