From ee2cda4175638052ecdeb9d89a531d7bf170a75d Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 22 Jun 2000 03:48:49 +0000
Subject: [PATCH] First cut at BinHex support.  This just does the decoding,
 without understanding the structure of the data stream.

---
 v7/src/runtime/runtime.pkg | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg
index 65b4edc0e..24379a4da 100644
--- a/v7/src/runtime/runtime.pkg
+++ b/v7/src/runtime/runtime.pkg
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.352 2000/06/22 03:48:20 cph Exp $
+$Id: runtime.pkg,v 14.353 2000/06/22 03:48:49 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -3644,9 +3644,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 	  encode-base64:finalize
 	  encode-base64:initialize
 	  encode-base64:update
-	  encode-binhex40:finalize
-	  encode-binhex40:initialize
-	  encode-binhex40:update
 	  encode-quoted-printable:finalize
 	  encode-quoted-printable:initialize
 	  encode-quoted-printable:update))
\ No newline at end of file
-- 
2.25.1