Fix thinko from change to implement "krypt" support.
authorChris Hanson <org/chris-hanson/cph>
Wed, 12 Feb 1997 08:08:16 +0000 (08:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 12 Feb 1997 08:08:16 +0000 (08:08 +0000)
v7/src/edwin/os2.scm

index f84b0ef4f2880f29c66b86c60e8d61d5839d95f0..552dd29074f464dd80229926db05a7b08f88ab34 100644 (file)
@@ -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))
 \f
 (define dos/encoding-pathname-types
-  '("gz" #|"ky"|#))
+  '("gz" "ky"))
 
 (define dos/executable-pathname-types
   '("exe" "cmd"))