Fix missing `without-special-symbol-access' in `funcall-with-attribute-context'
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
index 4d97207..99348c6 100644 (file)
@@ -2,21 +2,16 @@
 (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)  
   (:shadowing-import-from :ucw-core
-   #:parent )
+   #:parent)
   (:import-from :ucw-standard 
        #:call #:answer #:defaction #:*source-component*)
-  
-
-               
-  (:export 
-
-   ;;; First, LOL-UCW exports. The rest are from UCW.
-   #:lol-component
-   
-   #:described-component-class))
-
+  (:export #:dlambda
+          #:described-component-class
+          #:lisp-on-lines-application
+          #:lisp-on-lines-component
+          #:lisp-on-lines-component-class
+          #:lol-component))
\ No newline at end of file