[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: Wed ,24 Feb 82 11:37:00 EDT
In zwei in System 79.13, ZMail 40.7, Remote-File 2.0, LMFILE-Remote 5.0,
microcode 836, on Lisp Machine Nineteen:
Why doesn't c-; put point after the last semi in a comment
beginning, instead of only after the first? Better still to put
it after the last semi and following whitespace.
;;; Foo! <point>
c-; =>
;<point>;; Foo!
should be
;;; <point>Foo!