Need to wrap EVAL-WHEN around USE-PACKAGE since use-package doesn't
authorRaymond Toy <toy.raymond@gmail.com>
Thu, 23 Aug 2012 03:50:30 +0000 (20:50 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Thu, 23 Aug 2012 03:50:30 +0000 (20:50 -0700)
have special treatment in the compiler anymore.

src/interface/debug.lisp

index be8ac9f..42b52ec 100644 (file)
@@ -15,7 +15,8 @@
 ;;;
 
 (in-package "DEBUG")
-(use-package '("TOOLKIT" "INTERFACE"))
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (use-package '("TOOLKIT" "INTERFACE")))
 
 ;;; We need to record three things globally:
 ;;;    - The structure decribing the current debugger display