*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 Dec 1990 04:17:41 +0000 (04:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 Dec 1990 04:17:41 +0000 (04:17 +0000)
src/vmsproc.c

index 35823b3..ec9678f 100644 (file)
@@ -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)