# HG changeset patch # User Richard M. Stallman # Date 758267381 0 # Node ID fd7524d61a8d76da2745e5139c8d25640f586096 # Parent a9924c6db24785a07209f5fdaeff8cda392ae4c7 (read_process_output): Supply second arg to unbind_to. (exec_sentinel): Likewise. diff -r a9924c6db247 -r fd7524d61a8d src/process.c --- a/src/process.c Tue Jan 11 05:47:14 1994 +0000 +++ b/src/process.c Tue Jan 11 05:49:41 1994 +0000 @@ -2116,7 +2116,7 @@ #ifdef VMS start_vms_process_read (vs); #endif - unbind_to (count); + unbind_to (count, Qnil); return nchars; } @@ -2882,7 +2882,7 @@ /* 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