]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fstart_process): Don't touch command_channel_p slot.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 Jun 2005 15:18:10 +0000 (15:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 Jun 2005 15:18:10 +0000 (15:18 +0000)
src/process.c

index bee61b5505a145666b116f3a5356b1b1781b771b..d2d4390c50177fbcf357bb7144a888589bed6328 100644 (file)
@@ -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;