From 2e2b608c4f04f9a5591f354029c257453b6c31cf Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 18:55:03 +0200 Subject: Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, RASSOC{-IF{-NOT}}, and {N}SUBLIS. --- init.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index ab91247..241439f 100644 --- a/init.lisp +++ b/init.lisp @@ -5,4 +5,6 @@ (load "destructuring-bind.lisp") (load "defun-1.lisp") (load "list-functions.lisp") +(load "control-flow.lisp") +(load "list-functions-2.lisp") (in-package :common-lisp-user) -- cgit v1.2.3