[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-ZWEI at MIT-AI
- From: David Chapman <Zvona at MIT-AI>
- Date: Thu ,22 Apr 82 19:19:00 EDT
In System 79.45, ZMail 40.7, Remote-File 2.0, LMFILE-Remote 5.3,
Tester 23.1, microcode 849, 60.45Hz, on Lisp Machine Twenty-two:
compiler-let doesn't indent right because it has an &rest arg,
not an &body arg. This is because it is a fexpr. Does it really
need to be a fexpr? fexprs are rarely warranted and make writing
code analyzers a pain.