Mercurial > emacs
changeset 74008:eba67440b734
* 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 <fengli@gmail.com>.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 15 Nov 2006 16:30:48 +0000 |
parents | ec1b7bc39b5e |
children | 0588a1acad14 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <simon@gnu.org> + + * 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 <fengli@gmail.com>. + 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> * progmodes/ada-xref.el (ada-parse-prj-file):