From: Richard M. Stallman Date: Mon, 31 Dec 1990 04:17:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15672 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f924f9953d39e0a8bf9924ccef0b0411a756572;p=emacs.git *** empty log message *** --- 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)