From 2ea6d561514f14c7c4d3479c9cf2b2d793c34ff1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Jan 1994 05:49:41 +0000 Subject: [PATCH] (read_process_output): Supply second arg to unbind_to. (exec_sentinel): Likewise. --- src/process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/process.c b/src/process.c index 301a44dd534..c2785e75fc9 100644 --- a/src/process.c +++ b/src/process.c @@ -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 -- 2.39.5