summaryrefslogtreecommitdiff
path: root/list-functions-2.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 19:56:23 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 19:56:23 +0200
commit01b311eaf70c95d68a0cbaa4117863f1771a9f3b (patch)
treec17ad17741780e79addc7c347bbee402f9d04cc8 /list-functions-2.lisp
parent783810557ff05c3d52aedc03628df7b0d862948b (diff)
GO, RETURN-FROM: Use EQ instead of EQL when looking for a tag name.
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)