From 12d2be9c61e091dcdddb412dcac9562704503716 Mon Sep 17 00:00:00 2001 From: "Henry M. Wu" Date: Tue, 26 May 1992 18:02:40 +0000 Subject: [PATCH] *** empty log message *** --- v7/src/runtime/option.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index 000bba2d0..66864f9d3 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/option.scm,v 14.15 1992/05/26 17:40:37 mhwu Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/option.scm,v 14.16 1992/05/26 18:02:40 mhwu Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -75,7 +75,7 @@ MIT in each case. |# (HASH-TABLE ((RUNTIME HASH-TABLE) (INITIALIZE-PACKAGE!) "hashtb")) (KRYPT ((RUNTIME KRYPT) #F "krypt")) (SUBPROCESS ((RUNTIME SUBPROCESS) (INITIALIZE-PACKAGE!) "process")) - (COMPRESS ((RUNTIME COMPRESS) (INITIALIZE-PACKAGE!) "cpress")) + (COMPRESS ((RUNTIME COMPRESS) #F "cpress")) )) (define loaded-options -- 2.25.1