]> git.jsancho.org Git - gacela.git/blobdiff - gacela_widgets.lisp
Right ANSI Common Lisp compilation
[gacela.git] / gacela_widgets.lisp
index b6d78e91b718c59b81c2c43913d13941183669e1..8ff79ec5c240e4bfdab72cf15081ba31b7c3ea99 100755 (executable)
 ;;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-(when (not (find-package 'gacela))
-  (make-package 'gacela :nicknames '(gg) :use '(lisp)))
+(eval-when (compile load eval)
+          (when (not (find-package 'gacela)) (make-package 'gacela :nicknames '(gg) :use '(lisp)))
+          (in-package 'gacela :nicknames '(gg) :use '(lisp)))
 
-(eval-when (eval) (in-package 'gacela :nicknames '(gg) :use '(lisp)))
 
 ;;; Timers