Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!AI.MIT.EDU!roland From: roland@AI.MIT.EDU (Roland McGrath) Newsgroups: gnu.emacs.bug Subject: c-mode bug Message-ID: <8908151131.AA05111@apple-gunkies.ai.mit.edu> Date: 15 Aug 89 11:31:45 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 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.