From: Chris Hanson Date: Wed, 12 Feb 1997 08:08:16 +0000 (+0000) Subject: Fix thinko from change to implement "krypt" support. X-Git-Tag: 20090517-FFI~5260 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d16b6b3af196b04ecdbf1e41b2fa1c824ce3ba2a;p=mit-scheme.git Fix thinko from change to implement "krypt" support. --- diff --git a/v7/src/edwin/os2.scm b/v7/src/edwin/os2.scm index f84b0ef4f..552dd2907 100644 --- a/v7/src/edwin/os2.scm +++ b/v7/src/edwin/os2.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: os2.scm,v 1.36 1996/12/06 22:34:02 cph Exp $ +;;; $Id: os2.scm,v 1.37 1997/02/12 08:08:16 cph Exp $ ;;; -;;; Copyright (c) 1994-96 Massachusetts Institute of Technology +;;; Copyright (c) 1994-97 Massachusetts Institute of Technology ;;; ;;; This material was developed by the Scheme project at the ;;; Massachusetts Institute of Technology, Department of @@ -46,7 +46,7 @@ (declare (usual-integrations)) (define dos/encoding-pathname-types - '("gz" #|"ky"|#)) + '("gz" "ky")) (define dos/executable-pathname-types '("exe" "cmd"))