From c51d47e817c4a5c6a9b5a901d1825370a6552398 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 28 Jul 2008 15:29:55 +0200 Subject: In all Lisp source files, put EXPORT lists on top. --- destructuring-bind.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'destructuring-bind.lisp') diff --git a/destructuring-bind.lisp b/destructuring-bind.lisp index 1207649..8767630 100644 --- a/destructuring-bind.lisp +++ b/destructuring-bind.lisp @@ -1,3 +1,8 @@ +(export '(destructuring-bind lambda-list-keywords + &allow-other-keys &aux &body &environment &key &optional &rest + &whole)) + + ;; D-B may not expand to (but _may_ itself use!) plain list function ;; calls because these are defined in list-functions.lisp by way of ;; DEFUN, which is in turn based on D-B. Because of this, we define our @@ -120,8 +125,3 @@ (%defmacro* destructuring-bind (tree expression . body) `(d-b ,tree nil nil ,expression ,@body)) - - -(export '(destructuring-bind lambda-list-keywords - &allow-other-keys &aux &body &environment &key &optional &rest - &whole)) -- cgit v1.2.3