From 440652a2a6b4d2e1cf121f802d026de4ed83614b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 3 Aug 2008 01:02:22 +0200 Subject: Add PUSHQ. --- list-functions-2.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list-functions-2.lisp') diff --git a/list-functions-2.lisp b/list-functions-2.lisp index 09003a4..6121f71 100644 --- a/list-functions-2.lisp +++ b/list-functions-2.lisp @@ -20,7 +20,7 @@ (export '(copy-tree assoc assoc-if assoc-if-not rassoc rassoc-if rassoc-if-not sublis nsublis mapcar mapcan mapcon acons - reverse nreverse)) + reverse nreverse maplist)) (defun copy-tree (tree) -- cgit v1.2.3