From: Chong Yidong Date: Wed, 15 Nov 2006 16:30:48 +0000 (+0000) Subject: * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the X-Git-Tag: emacs-pretest-22.0.91~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf5546acd05573b2b179edada3b785ed200faed7;p=emacs.git * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 93c84e2defe..b9147575489 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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):