From 29501ba68adf634e4135c8d0ab2832cd53cd324d Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Thu, 11 Oct 2007 00:15:07 +0000 Subject: [PATCH] fixed duplication of code in define-macro svn: r7482 --- collects/mzlib/defmacro.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/defmacro.ss b/collects/mzlib/defmacro.ss index fb9d4f7a9c..39beab0bad 100644 --- a/collects/mzlib/defmacro.ss +++ b/collects/mzlib/defmacro.ss @@ -63,7 +63,7 @@ stx (dm-subst ht - (apply proc (cdr (dm-syntax->datum stx ht)))) + (apply p (cdr (dm-syntax->datum stx ht)))) stx))))))))]))) (define-syntax defmacro