]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 301a44dd534ef4e663ba713aea0fe0e61d705579..c2785e75fc9c83a69c8aee9482d347c82531f3d3 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