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:
parent
a41342d981
commit
1f924f9953
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user