aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1990-12-31 04:17:41 +0000
committerRichard M. Stallman <[email protected]>1990-12-31 04:17:41 +0000
commit1f924f9953d39e0a8bf9924ccef0b0411a756572 (patch)
tree1820e8ccadbc9c9135361088f63e66e61e641465
parenta41342d9810cefe7477f4e9f9f6c7ff474264da4 (diff)
*** empty log message ***
-rw-r--r--src/vmsproc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vmsproc.c b/src/vmsproc.c
index 35823b32fc..ec9678f78a 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)