[gnu.emacs.bug] bug in lisp-mode

lawley@cs.mu.OZ.AU (michael lawley) (08/27/89)

When a line contains ?; for the character ;, the indenting code (or is
it parse-partial-sexp?) interprets the rest of the line as a comment.
This, of course, stuffs up any following indentation. Also M-; grabs
this ; instead of adding one in on the and of the line.

mike