Fix missing `without-special-symbol-access' in `funcall-with-attribute-context'
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
... / ...
CommitLineData
1
2(defpackage lisp-on-lines-ucw
3 (:documentation "An LoL Layer over ucw.basic")
4 (:nicknames #:lol-ucw)
5 (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi :contextl)
6 (:shadowing-import-from :js
7 #:new)
8 (:shadowing-import-from :ucw-core
9 #:parent)
10 (:import-from :ucw-standard
11 #:call #:answer #:defaction #:*source-component*)
12 (:export #:dlambda
13 #:described-component-class
14 #:lisp-on-lines-application
15 #:lisp-on-lines-component
16 #:lisp-on-lines-component-class
17 #:lol-component))