# HG changeset patch # User Chong Yidong # Date 1164039686 0 # Node ID 6606f53702d82c54d07890768b2c2bc70e91a67e # Parent fcd1f8fd7afee9b0119d396f0e0f124068fda229 Correct wording in 2006-11-15 entry. diff -r fcd1f8fd7afe -r 6606f53702d8 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 20 12:14:46 2006 +0000 +++ b/lisp/ChangeLog Mon Nov 20 16:21:26 2006 +0000 @@ -105,9 +105,9 @@ 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 + * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p + to recognise "T t()" as a function declaration, rather than a + variable instantiation, iff at the top-level or inside a class declaration. Suggested by Feng Li . 2006-11-14 Stephen Leake