(c-font-lock-declarations): Fix previous change.
This commit is contained in:
parent
b986d62674
commit
d71826c43f
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue