X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b7657b86f85f575d5776dc6b626b1dc258d1fa47..f4efa7fff2efa6a3144fc664683137df92c42f91:/src/packages.lisp?ds=sidebyside diff --git a/src/packages.lisp b/src/packages.lisp index 21d2151..44a6977 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -24,6 +24,7 @@ #:define-description #:described-object #:described-class + #:described-standard-class #:with-active-descriptions #:with-inactive-descriptions @@ -41,6 +42,12 @@ #:attribute-label #:attribute-function #:attribute-value - #:active-attributes)) + #:active-attributes + + ;; Standard Library + #:editable + #:string-attribute-editor + #:number-attribute-editor + #:password-attribute-editor))