removed the Undo in ajax fkey
[clinton/lisp-on-lines.git] / src / mewa.lisp
index 37f84d9..be27094 100644 (file)
@@ -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)