aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macex.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macex.boot')
-rw-r--r--src/interp/macex.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot
index b1c87eee..f426239f 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -88,7 +88,7 @@ macLambdaParameterHandling( replist , pform ) ==
macSubstituteId( replist , pform ) ==
ex := AlistAssocQ( pfIdSymbol pform , replist )
ex =>
- RPLPAIR(pform,CDR ex)
+ RPLPAIR(pform,rest ex)
pform
pform