[Bese-devel] instance vs. :instance initarg
Evrim ULU
evrim at core.gen.tr
Mon Feb 13 22:36:07 UTC 2006
Aleksandar Bakic wrote:
>Hi,
>
>IIRC, there were changes from 'instance to :instance in a few places. I just
>noticed one more 'instance that appears to need this change, too:
>
>components/presentations.lisp
>
>(defmacro present-object (object &key using presentation)
>...
> `(call ',type , at args 'instance ,object))
>
>
>
yes, i can be solved via:
`(call ',type , at args 'instance ,object :instance ,object))
which is backward compatible. I was too lazy to send a patch for it.
Evrim.
More information about the bese-devel
mailing list