From 01b311eaf70c95d68a0cbaa4117863f1771a9f3b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 31 Jul 2008 19:56:23 +0200 Subject: GO, RETURN-FROM: Use EQ instead of EQL when looking for a tag name. --- list-functions-2.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'list-functions-2.lisp') 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) -- cgit v1.2.3