X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_draw.lisp;fp=gacela_draw.lisp;h=85540b68a5e74347d277e5d004498821af2f99cd;hb=985f70ebe19ce02926a46cf524be1152c29a44f1;hp=15b61e0ca96f0ba03d2b7d70e6d7bb21d603c435;hpb=f517b3fade078f0c4f00c0a665ea1fe04e3e1da5;p=gacela.git diff --git a/gacela_draw.lisp b/gacela_draw.lisp index 15b61e0..85540b6 100644 --- a/gacela_draw.lisp +++ b/gacela_draw.lisp @@ -14,7 +14,11 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . -(in-package :gacela) + +(when (not (find-package 'gacela)) + (make-package 'gacela :nicknames '(gg) :use '(lisp))) + +(eval-when (eval) (in-package 'gacela :nicknames '(gg) :use '(lisp))) (defmacro with-color (color &body code) (cond (color