From 2a92f454a68a63e73e922f20894609a317c9653c Mon Sep 17 00:00:00 2001 From: James Cash Date: Sat, 7 Jun 2008 12:36:37 -0400 Subject: [PATCH] Fixing rest-lambda --- extra/lisp/lisp.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lisp/lisp.factor b/extra/lisp/lisp.factor index 809b9498d2..941386beb1 100644 --- a/extra/lisp/lisp.factor +++ b/extra/lisp/lisp.factor @@ -43,7 +43,7 @@ DEFER: define-lisp-macro : rest-lambda ( body vars -- quot ) "&rest" swap [ index ] [ remove ] 2bi - localize-lambda + swapd localize-lambda '[ , cut '[ @ , ] , compose ] ; : normal-lambda ( body vars -- quot )