From 1f924f9953d39e0a8bf9924ccef0b0411a756572 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 Dec 1990 04:17:41 +0000 Subject: [PATCH] *** empty log message *** --- src/vmsproc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/vmsproc.c b/src/vmsproc.c index 35823b32fc1..ec9678f78a4 100644 --- a/src/vmsproc.c +++ b/src/vmsproc.c @@ -615,9 +615,7 @@ if you quit, the process is killed.") set_current_buffer (old); - unbind_to (count); - - return Qnil; + return unbind_to (count, Qnil); } create_process (process, new_argv) -- 2.39.5