summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-15 16:30:48 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-15 16:30:48 +0000
commitbf5546acd05573b2b179edada3b785ed200faed7 (patch)
treebfda3cb1855212f420c6ca6e78a4fc2d3134ee3b /lisp
parente0f0fe40e5d0b127fb00b058bf902be9718e1822 (diff)
downloademacs-bf5546acd05573b2b179edada3b785ed200faed7.tar.gz
* 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>.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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):