From 4622a785750e28926549a09252ea3108116aa670 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 18 Dec 2001 21:35:40 +0000 Subject: [PATCH] (RUNTIME URL) package must inherit from (RUNTIME). --- v7/src/imail/imail.pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail.pkg b/v7/src/imail/imail.pkg index b7eb7ee5f..885f9a1d2 100644 --- a/v7/src/imail/imail.pkg +++ b/v7/src/imail/imail.pkg @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail.pkg,v 1.94 2001/12/17 17:40:58 cph Exp $ +;;; $Id: imail.pkg,v 1.95 2001/12/18 21:35:40 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; @@ -28,7 +28,7 @@ (define-package (runtime url) (files "url") - (parent ()) + (parent (runtime)) (export () url:char-set:escaped url:char-set:extra -- 2.25.1