mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
(Fstart_process): Don't touch command_channel_p slot.
This commit is contained in:
parent
638322a4ac
commit
01836ccef0
1 changed files with 0 additions and 1 deletions
|
|
@ -1537,7 +1537,6 @@ usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */)
|
|||
|
||||
XPROCESS (proc)->childp = Qt;
|
||||
XPROCESS (proc)->plist = Qnil;
|
||||
XPROCESS (proc)->command_channel_p = Qnil;
|
||||
XPROCESS (proc)->buffer = buffer;
|
||||
XPROCESS (proc)->sentinel = Qnil;
|
||||
XPROCESS (proc)->filter = Qnil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue