From: espen Date: Sun, 24 Mar 2002 13:06:02 +0000 (+0000) Subject: Changed in-package to use-package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/53a94300685e9c34f59fa8889b22b0cbdd612428 Changed in-package to use-package --- diff --git a/hello-world.lisp b/hello-world.lisp index 0f4b5ec..4334c17 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -1,4 +1,4 @@ -(in-package "GTK") +(use-package "GTK") (make-instance 'window :type :toplevel