summaryrefslogtreecommitdiff
path: root/list-functions-2.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'list-functions-2.lisp')
-rw-r--r--list-functions-2.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/list-functions-2.lisp b/list-functions-2.lisp
index 9bdb53e..09003a4 100644
--- a/list-functions-2.lisp
+++ b/list-functions-2.lisp
@@ -19,7 +19,8 @@
(in-package #:common-lisp)
(export '(copy-tree assoc assoc-if assoc-if-not rassoc rassoc-if
- rassoc-if-not sublis nsublis mapcar mapcan mapcon))
+ rassoc-if-not sublis nsublis mapcar mapcan mapcon acons
+ reverse nreverse))
(defun copy-tree (tree)