# HG changeset patch # User Chong Yidong # Date 1163608248 0 # Node ID eba67440b734687f030fb7f45f77f16c8a58f222 # Parent ec1b7bc39b5eca65d256638d3e28c43997a10c42 * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the top-level or inside a class declaration, use c-at-toplevel-p rather than a variable instantiation to recognise a function declaration. Suggested by Feng Li . diff -r ec1b7bc39b5e -r eba67440b734 lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 14 20:00:43 2006 +0000 +++ b/lisp/ChangeLog Wed Nov 15 16:30:48 2006 +0000 @@ -1,3 +1,10 @@ +2006-11-15 Simon Marshall + + * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the + top-level or inside a class declaration, use c-at-toplevel-p + rather than a variable instantiation to recognise a function + declaration. Suggested by Feng Li . + 2006-11-14 Stephen Leake * progmodes/ada-xref.el (ada-parse-prj-file):