]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-font-lock-declarations): Fix previous change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Dec 2006 12:12:49 +0000 (12:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Dec 2006 12:12:49 +0000 (12:12 +0000)
lisp/ChangeLog
lisp/progmodes/cc-fonts.el

index f2a7d3629d1054a05c390b2052a272171dafc39e..9bfba1b26f53faa28f9a4165d3e234d51ae176ee 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-15  Simon Marshall  <simon@gnu.org>
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
+       change.
+
 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * term/mac-win.el (mac-atsu-font-table): Remove defvar.
index 8473eee90a27d3f812b46f6a5f9a22484b758911..ab31fa877f716be63832fa33ba71833c43cf5577 100644 (file)
@@ -1179,7 +1179,7 @@ casts and declarations are fontified.  Used on level 2 and higher."
          ;; 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.