From 8cc54bc4951f5c3ee23855a8322d780b1401e9c5 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 3 Sep 2009 22:50:15 +0000 Subject: [PATCH] re-directed image svn: r15869 --- collects/htdp/image.ss | 1 + collects/htdp/world.ss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/htdp/image.ss b/collects/htdp/image.ss index 0b51021648..fc11909a07 100644 --- a/collects/htdp/image.ss +++ b/collects/htdp/image.ss @@ -17,6 +17,7 @@ plt/collects/tests/mzscheme/htdp-image.ss "error.ss") (provide-primitives + image? image-width image-height overlay diff --git a/collects/htdp/world.ss b/collects/htdp/world.ss index 3af91a3140..e6c62fb6e9 100644 --- a/collects/htdp/world.ss +++ b/collects/htdp/world.ss @@ -71,7 +71,6 @@ Matthew mred htdp/error htdp/image - (only-in lang/htdp-beginner image?) mrlib/cache-image-snip lang/prim (for-syntax scheme/base))