Fix fontification of labels, and other things with ":".
commit1379f2c583e480c3812516c37c735bde5f189a2a
authorAlan Mackenzie <acm@muc.de>
Fri, 6 Apr 2007 21:21:55 +0000 (6 21:21 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 6 Apr 2007 21:21:55 +0000 (6 21:21 +0000)
tree8865aac90ee9189b2fdfc0f4ea8ad3cd6b8b6725
parent1bf1feb50b8304f4696cc07a27a29c2bac77043a
Fix fontification of labels, and other things with ":".
* progmodes/cc-engine.el (c-forward-label): The function now
returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
the former t.

* progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
new return code from c-forward-label, fontifying tokens properly.
Add some general comments throughout the file.
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-fonts.el