Skip to content
  • Liam M. Healy's avatar
    New macro if-defined, permit undefined conditionals · 2716a4a1
    Liam M. Healy authored
    New macro if-defined permits defining conditionals where the test-form
    clause will be NIL if the function is not yet defined, thereby
    skipping the then-clause, which has function call that will be defined
    when the test-form is. This replaces the hook special variable for
    grid in #'nf.
    2716a4a1