Skip to content
  • Liam Healy's avatar
    New function #'complete-definition · dfda5c5b
    Liam Healy authored
    New function #'complete-definition is for putting together an entire
    definition with arglist, declaration, and body, such as defun,
    defmethod, or :method.  The old (misleadingly-named)
    #'expand-defmfun-plain has been removed.  Removed possibility of
    definition &aux variables with :global; it was used only once and
    easily replaced.
    dfda5c5b