summaryrefslogtreecommitdiff
path: root/src/vmsproc.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1990-12-31 04:17:41 +0000
committerRichard M. Stallman <rms@gnu.org>1990-12-31 04:17:41 +0000
commit3ee2f56939fe79dffba4f0afc288e5636d453544 (patch)
tree81847b4dba7ab0b8e65aec93655860787e031cfc /src/vmsproc.c
parenta61bc7ff3d72bc25b39567f54782cfc71b2f5498 (diff)
downloademacs-3ee2f56939fe79dffba4f0afc288e5636d453544.tar.gz
*** empty log message ***
Diffstat (limited to 'src/vmsproc.c')
-rw-r--r--src/vmsproc.c4
1 files changed, 1 insertions, 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)