From: Chong Yidong Date: Mon, 20 Nov 2006 16:21:26 +0000 (+0000) Subject: Correct wording in 2006-11-15 entry. X-Git-Tag: emacs-pretest-22.0.92~587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb1b7f895b11996c75050cff7e4869763d33d5f4;p=emacs.git Correct wording in 2006-11-15 entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed928d5a123..791aa16ca99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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