From: Chris Hanson Date: Tue, 29 May 2001 20:08:59 +0000 (+0000) Subject: Don't use my private "$bscm" environment variable in public code. X-Git-Tag: 20090517-FFI~2767 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ccc026e5c8921f3ff3a0747a85856e3facfb5409;p=mit-scheme.git Don't use my private "$bscm" environment variable in public code. --- diff --git a/v7/src/imail/imail.pkg b/v7/src/imail/imail.pkg index 34551f24b..3421d9b71 100644 --- a/v7/src/imail/imail.pkg +++ b/v7/src/imail/imail.pkg @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail.pkg,v 1.83 2001/05/26 02:58:30 cph Exp $ +;;; $Id: imail.pkg,v 1.84 2001/05/29 20:08:59 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; @@ -21,9 +21,9 @@ ;;;; IMAIL mail reader: packaging -(global-definitions "$bscm/runtime/runtime") -(global-definitions "$bscm/sos/sos") -(global-definitions "$bscm/edwin/edwinunx") +(global-definitions "../runtime/runtime") +(global-definitions "../sos/sos") +(global-definitions "../edwin/edwinunx") (define-package (edwin imail rexp) (files "rexp")