Expanded support for Configurable editing.
[clinton/lisp-on-lines.git] / src / packages.lisp
index 21d2151..44a6977 100644 (file)
@@ -24,6 +24,7 @@
    #:define-description
    #:described-object
    #:described-class
    #:define-description
    #:described-object
    #:described-class
+   #:described-standard-class
    #:with-active-descriptions
    #:with-inactive-descriptions
 
    #:with-active-descriptions
    #:with-inactive-descriptions
 
    #:attribute-label
    #:attribute-function
    #:attribute-value
    #:attribute-label
    #:attribute-function
    #:attribute-value
-   #:active-attributes))
+   #:active-attributes
+
+   ;; Standard Library
+   #:editable
+   #:string-attribute-editor
+   #:number-attribute-editor
+   #:password-attribute-editor))