X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/63c06c541289a6669a5d03c6076b71ff37e4b49d..598f1fa8d4a53d8b531ee283b69bba52f3a4bd13:/src/mewa.lisp diff --git a/src/mewa.lisp b/src/mewa.lisp index 37f84d9..be27094 100644 --- a/src/mewa.lisp +++ b/src/mewa.lisp @@ -318,7 +318,7 @@ attributes is an alist keyed on the attribute name." (defmethod make-presentation ((object t) &key (type :viewer) (initargs nil)) - + ;(warn "Initargs : ~A" initargs) (let* ((p (make-instance 'mewa-object-presentation)) (a (progn (setf (slot-value p 'instance) object) @@ -333,7 +333,6 @@ attributes is an alist keyed on the attribute name." type)) (plist-union initargs (cddr a))))) - (setf (slot-value i 'instance) object) (initialize-slots i) (setf (slot-value i 'initializedp) t)