diff options
author | Richard M. Stallman <rms@gnu.org> | 1990-12-31 04:17:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1990-12-31 04:17:41 +0000 |
commit | 3ee2f56939fe79dffba4f0afc288e5636d453544 (patch) | |
tree | 81847b4dba7ab0b8e65aec93655860787e031cfc /src/vmsproc.c | |
parent | a61bc7ff3d72bc25b39567f54782cfc71b2f5498 (diff) | |
download | emacs-3ee2f56939fe79dffba4f0afc288e5636d453544.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/vmsproc.c')
-rw-r--r-- | src/vmsproc.c | 4 |
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) |