added edit-instance function
[clinton/lisp-on-lines.git] / src / packages.lisp
index 1b9f849..aaa6944 100644 (file)
@@ -36,7 +36,7 @@
 
 (defpackage :mewa 
   (:use :ucw :common-lisp)
-  (:export :mewa :mewa-object-presentation :mewa-one-line-presentation :find-attribute :set-default-attributes :make-presentation :call-presentation :label :set-attribute :find-class-attributes :default-attributes))
+  (:export :mewa :mewa-object-presentation :mewa-one-line-presentation :find-attribute :set-default-attributes :make-presentation :call-presentation :label :set-attribute :find-class-attributes :default-attributes :ok))
 
 
 (defpackage :lisp-on-lines