changeset 74633:3c2d2a326dc2

(c-font-lock-declarations): Fix previous change.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 15 Dec 2006 12:12:00 +0000
parents c7cbe33aca1f
children ffffd106b8c0
files lisp/progmodes/cc-fonts.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-fonts.el	Fri Dec 15 09:21:58 2006 +0000
+++ b/lisp/progmodes/cc-fonts.el	Fri Dec 15 12:12:00 2006 +0000
@@ -1179,7 +1179,7 @@
 	  ;; The below code attempts to fontify the case constants in
 	  ;; c-label-face-name, but it cannot catch every case [sic].
 	  ;; And do we want to fontify case constants anyway?
-	  nil
+	  (c-forward-label t match-pos nil)
 ;;;	  (when (c-forward-label t match-pos nil)
 ;;;	    ;; Can't use `c-fontify-types-and-refs' here since we
 ;;;	    ;; should use the label face.