Skip to content
  • Alejandro R Sedeño's avatar
    printer.lisp: consume more arguments when appropriate · ed071b3b
    Alejandro R Sedeño authored
    Here we should have been consuming both the thing we would be printing
    and the indentation we would use on the next line, but in the case
    where the printed thing was nil, we would only consume it, and not the
    subsequent indentation. It worked out here, but the mistake could only
    be made once, and only at the end.
    ed071b3b