chiark
/
gitweb
/
~mdw
/
lisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288343d
)
collect: Oops, forgot to export `collect-tail'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Apr 2006 00:58:45 +0000
(
01:58
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Apr 2006 00:58:45 +0000
(
01:58
+0100)
collect.lisp
patch
|
blob
|
blame
|
history
diff --git
a/collect.lisp
b/collect.lisp
index 5b48b206634d28951675e3c34d0fc93bc7ee9255..5fc1cb9eeddaadfeeae1c75ec27d70655afc8647 100644
(file)
--- 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)