1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1990-12-31 04:17:41 +00:00
parent a41342d981
commit 1f924f9953

View 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)