From xemacs-m  Mon Mar  3 12:16:10 1997
Received: from cerise.sensei.co.uk (cerise.sensei.co.uk [193.132.124.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA19697
	for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 12:16:06 -0600 (CST)
Received: (from glynn@localhost) by cerise.sensei.co.uk (8.8.3/8.8.2) id RAA05827; Mon, 3 Mar 1997 17:41:13 GMT
Date: Mon, 3 Mar 1997 17:41:13 GMT
Message-Id: <199703031741.RAA05827@cerise.sensei.co.uk>
From: Glynn Clements <glynn@sensei.co.uk>
To: xemacs-beta@xemacs.org
Subject: w3/ssl.el patch
Reply-To: glynn@sensei.co.uk
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII


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

*** 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>

