From: Mark Wooding Date: Sun, 23 Apr 2006 00:58:45 +0000 (+0100) Subject: collect: Oops, forgot to export `collect-tail'. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/512c44e0714c4f1375e8c585b67951644fcf5268 collect: Oops, forgot to export `collect-tail'. --- diff --git a/collect.lisp b/collect.lisp index 5b48b20..5fc1cb9 100644 --- a/collect.lisp +++ b/collect.lisp @@ -25,7 +25,7 @@ (defpackage #:collect (:use #:common-lisp #:mdw.base) - (:export #:collecting #:with-collection #:collect)) + (:export #:collecting #:with-collection #:collect #:collect-tail)) (in-package collect) (eval-when (:compile-toplevel :load-toplevel)