]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct wording in 2006-11-15 entry.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 20 Nov 2006 16:21:26 +0000 (16:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 20 Nov 2006 16:21:26 +0000 (16:21 +0000)
lisp/ChangeLog

index ed928d5a12316df8300daebcddaa4eb9ef6ea3a3..791aa16ca99425f4994832c3eb804b857c83e1cf 100644 (file)
 
 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
+       * 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 <fengli@gmail.com>.
 
 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>