(read_process_output): Supply second arg to unbind_to.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 05:49:41 +0000 (05:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 05:49:41 +0000 (05:49 +0000)
(exec_sentinel): Likewise.

src/process.c

index 301a44d..c2785e7 100644 (file)
@@ -2116,7 +2116,7 @@ read_process_output (proc, channel)
 #ifdef VMS
       start_vms_process_read (vs);
 #endif
-      unbind_to (count);
+      unbind_to (count, Qnil);
       return nchars;
     }
 
@@ -2882,7 +2882,7 @@ exec_sentinel (proc, reason)
   /* Inhibit quit so that random quits don't screw up a running filter.  */
   specbind (Qinhibit_quit, Qt);
   call2 (sentinel, proc, reason);
-  unbind_to (count);
+  unbind_to (count, Qnil);
 }
 
 /* Report all recent events of a change in process status