add contextl component using new dynamic environment stuff
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
index 4d97207..5649f6c 100644 (file)
@@ -2,7 +2,7 @@
 (defpackage lisp-on-lines-ucw
   (:documentation "An LoL Layer over ucw.basic")
   (:nicknames #:lol-ucw)
-  (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi)
+  (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi :contextl)
 
   (:shadowing-import-from :js
    #:new)  
@@ -14,9 +14,7 @@
 
                
   (:export 
-
-   ;;; First, LOL-UCW exports. The rest are from UCW.
-   #:lol-component
    
+   #:lol-component   
    #:described-component-class))