Mercurial > emacs
changeset 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 | 20c2d120fc79 |
children | 202cc39e47ea |
files | src/process.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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;