diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/cc-fonts.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f2a7d3629d1..9bfba1b26f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-15 Simon Marshall <simon@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous | ||
| 4 | change. | ||
| 5 | |||
| 1 | 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * term/mac-win.el (mac-atsu-font-table): Remove defvar. | 8 | * term/mac-win.el (mac-atsu-font-table): Remove defvar. |
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 8473eee90a2..ab31fa877f7 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el | |||
| @@ -1179,7 +1179,7 @@ casts and declarations are fontified. Used on level 2 and higher." | |||
| 1179 | ;; The below code attempts to fontify the case constants in | 1179 | ;; The below code attempts to fontify the case constants in |
| 1180 | ;; c-label-face-name, but it cannot catch every case [sic]. | 1180 | ;; c-label-face-name, but it cannot catch every case [sic]. |
| 1181 | ;; And do we want to fontify case constants anyway? | 1181 | ;; And do we want to fontify case constants anyway? |
| 1182 | nil | 1182 | (c-forward-label t match-pos nil) |
| 1183 | ;;; (when (c-forward-label t match-pos nil) | 1183 | ;;; (when (c-forward-label t match-pos nil) |
| 1184 | ;;; ;; Can't use `c-fontify-types-and-refs' here since we | 1184 | ;;; ;; Can't use `c-fontify-types-and-refs' here since we |
| 1185 | ;;; ;; should use the label face. | 1185 | ;;; ;; should use the label face. |