[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-ZWEI at MIT-AI
- From: Michael Travers <MT at MIT-AI>
- Date: Fri ,23 Apr 82 20:57:00 EDT
In ZWEI in System 79.45, ZMail 40.7, Remote-File 2.0, LMFILE-Remote 5.3,
microcode 849, on Lisp Machine Four:
Indent for Comment isn't smart about semicolons in Lisp
strings. That is, a line like
(foo "ai:mt;mloop >") ;Are we having fun yet?
will be turned into
(foo "ai:mt ;mloop >") ;Are we having fun yet?
if Meta-; is done to it.