From: Mark Wooding Date: Sun, 24 Mar 2013 01:21:40 +0000 (+0000) Subject: atoms.lisp: Move `export' calls to near the appropriate definition. X-Git-Url: https://git.distorted.org.uk/~mdw/atoms/commitdiff_plain/81a05254203336af07618c1fbcb9b020dde020db atoms.lisp: Move `export' calls to near the appropriate definition. --- diff --git a/atoms.lisp b/atoms.lisp index c68a667..3f225b3 100644 --- a/atoms.lisp +++ b/atoms.lisp @@ -26,8 +26,7 @@ #+cmu #:ext #+sbcl #:sb-ext #+clisp #:ext) - #+clisp (:shadow #:map-dependents #:add-dependent #:remove-dependent) - (:export #:start-atom-game)) + #+clisp (:shadow #:map-dependents #:add-dependent #:remove-dependent)) (cl:in-package #:atoms) (eval-when (:compile-toplevel :load-toplevel :execute) @@ -1150,6 +1149,7 @@ (defvar *window* nil) +(export 'start-atom-game) (defun start-atom-game (&rest initargs) (when *window* (gtk:widget-destroy *window*)