From f17d90be59fd4d309f8dc2ec9d6964920060677d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 9 Aug 2001 03:05:30 +0000 Subject: [PATCH] Fix packaging error. --- v7/src/cref/cref.pkg | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/v7/src/cref/cref.pkg b/v7/src/cref/cref.pkg index f8fd96ac6..b6b1c290f 100644 --- a/v7/src/cref/cref.pkg +++ b/v7/src/cref/cref.pkg @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: cref.pkg,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: cref.pkg,v 1.8 2001/08/09 03:05:30 cph Exp $ -Copyright (c) 1988-1999 Massachusetts Institute of Technology +Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +USA. |# ;;;; CREF Packaging @@ -53,9 +54,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (parent (cross-reference)) (export (cross-reference) format-packages - format-packages-unusual) - (import (runtime scode) - symbol-name)) + format-packages-unusual)) (define-package (cross-reference reader) (files "redpkg") -- 2.25.1