]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 35823b32fc1c01deb40dd3973deb0f228b6491ff..ec9678f78a44e11f57cbcca05caf1a56c97329d2 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)