From xemacs-m  Thu Mar  6 21:56:47 1997
Received: from wmperry.in.aventail.com (root@wmperry.oz.net [207.13.185.53])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA08816
	for <xemacs-beta@xemacs.org>; Thu, 6 Mar 1997 21:56:45 -0600 (CST)
Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id QAA00425; Thu, 6 Mar 1997 16:48:57 -0800
Date: Thu, 6 Mar 1997 16:48:57 -0800
Message-Id: <199703070048.QAA00425@wmperry.in.aventail.com>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: glynn@sensei.co.uk
Cc: xemacs-beta@xemacs.org
Subject: Re: w3/ssl.el patch
In-Reply-To: <199703031741.RAA05827@cerise.sensei.co.uk>
References: <199703031741.RAA05827@cerise.sensei.co.uk>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Glynn Clements writes:
>
>Oops! The previous ssl.el patch was for 20.0; here's a version for
>19.15-b96

  Remind me again why this is necessary?

-Bill P.

>*** ssl.el~	Mon Mar  3 17:37:48 1997
>--- ssl.el	Mon Mar  3 17:38:45 1997
>***************
>*** 48,54 ****
>  Third arg is name of the host to connect to, or its IP address.
>  Fourth arg SERVICE is name of the service desired, or an integer
>   specifying a port number to connect to."
>!   (let ((proc (apply 'start-process
>  		     name
>  		     buffer
>  		     ssl-program-name
>--- 48,55 ----
>  Third arg is name of the host to connect to, or its IP address.
>  Fourth arg SERVICE is name of the service desired, or an integer
>   specifying a port number to connect to."
>!   (let* ((process-connection-type nil)
>! 	 (proc (apply 'start-process
>  		     name
>  		     buffer
>  		     ssl-program-name
>
>-- 
>Glynn Clements <glynn@sensei.co.uk>
>

