# HG changeset patch # User Eli Zaretskii # Date 1166184720 0 # Node ID 3c2d2a326dc272bc23ad9b1cfb455ca4d8b79368 # Parent c7cbe33aca1f29672835e7ffa0855b057a0c47c4 (c-font-lock-declarations): Fix previous change. diff -r c7cbe33aca1f -r 3c2d2a326dc2 lisp/progmodes/cc-fonts.el --- 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.