Mercurial > emacs
diff src/process.c @ 63128:f5dc34228af5
(Fstart_process): Don't touch command_channel_p slot.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 08 Jun 2005 15:18:10 +0000 |
| parents | 6ef9e44e50d7 |
| children | 9bde03db5726 |
line wrap: on
line diff
--- a/src/process.c Wed Jun 08 15:16:31 2005 +0000 +++ b/src/process.c Wed Jun 08 15:18:10 2005 +0000 @@ -1537,7 +1537,6 @@ 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;
