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

[no subject]



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!