From 25fd890df5305b6f6e95ca6524989bf9d41f14bc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 26 Jul 2008 20:01:29 +0200 Subject: Add a prototype of DESTRUCTURING-BIND. --- init.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index cdd9997..9a51e6b 100644 --- a/init.lisp +++ b/init.lisp @@ -1,4 +1,5 @@ (in-package :common-lisp) (load "util.lisp") (load "list-functions.lisp") +(load "destructuring-bind.lisp") (in-package :common-lisp-user) -- cgit v1.2.3