mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(make_process): Initialize kill_without_query struct member.
This commit is contained in:
parent
c2e9928d5b
commit
847c048ea3
1 changed files with 1 additions and 0 deletions
|
|
@ -600,6 +600,7 @@ make_process (name)
|
|||
p->raw_status_new = 0;
|
||||
p->status = Qrun;
|
||||
p->mark = Fmake_marker ();
|
||||
p->kill_without_query = 0;
|
||||
|
||||
#ifdef ADAPTIVE_READ_BUFFERING
|
||||
p->adaptive_read_buffering = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue