tons of small changes to bring this up to date with maxclaims 2.0
[clinton/lisp-on-lines.git] / src / description.lisp
index 073dc94..2ce2c81 100644 (file)
                        function))))))))
 
 
-(defmacro with-described-object ((object description &rest args)
-                                &body body)
-    `(funcall-with-described-object 
-      (lambda () ,@body)
-      ,object
-      ,description
-      ,@args))
+
                   
 (defmacro define-description (name &optional superdescriptions &body options)
   (let ((description-name (defining-description name)))