[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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.