From: Chris Hanson Date: Sat, 4 Nov 1995 05:58:44 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~5767 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=88b736849ebcbafac5328154e9a131a8237849b2;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/edwin/edwin.sf b/v7/src/edwin/edwin.sf index 6c5faa721..915b523cb 100644 --- a/v7/src/edwin/edwin.sf +++ b/v7/src/edwin/edwin.sf @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: edwin.sf,v 1.16 1995/10/31 23:52:57 cph Exp $ +;;; $Id: edwin.sf,v 1.17 1995/11/04 05:58:44 cph Exp $ ;;; ;;; Copyright (c) 1991-95 Massachusetts Institute of Technology ;;; @@ -55,7 +55,7 @@ (if (not (name->package '(EDWIN))) (begin - (if (not (file-exists? "edwin.bco")) + (if (not (file-exists? (pathname-new-type package-name "bco"))) (begin ((access cref/generate-trivial-constructor (->environment '(CROSS-REFERENCE)))