[gnu.emacs.bug] c-mode bug

roland@AI.MIT.EDU (Roland McGrath) (08/15/89)

If you type a colon after a label name containing an underscore, it isn't
automatically reindented.  To reproduce, go into c-mode on an empty buffer and
type:

f o o : LFD f o o _ b a r :

When you type the first colon, the line will be indented.
When you type the second colon, the line will NOT be indented.