Skip to content
  • Liam Healy's avatar
    Added slot 'funcallables to 'callback-included · ea9a2156
    Liam Healy authored
    The callback-included objects now have a slot 'funcallables which is
    set by a function #'make-funcallables-for-object which is used by
    make-reinitialize-instance.  This required swapping the order of
    :callback-object and :before in body-expand, which shouldn't affect
    anything else.  New name #'make-funcallable-form renamed from
    #'make-funcallable to clarfiy distinction with
    #'make-funcallables-for-object.  Eliminated select-dynamic-values.
    ea9a2156