X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/c1869452e310290dd53fe066cf329b37e5a89217..598f1fa8d4a53d8b531ee283b69bba52f3a4bd13:/src/mewa.lisp diff --git a/src/mewa.lisp b/src/mewa.lisp index 76d3c5d..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)