Mercurial > emacs
comparison lisp/ChangeLog @ 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 | 544d201b0172 |
children | ba98b964892a |
comparison
equal
deleted
inserted
replaced
74007:ec1b7bc39b5e | 74008:eba67440b734 |
---|---|
1 2006-11-15 Simon Marshall <simon@gnu.org> | |
2 | |
3 * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the | |
4 top-level or inside a class declaration, use c-at-toplevel-p | |
5 rather than a variable instantiation to recognise a function | |
6 declaration. Suggested by Feng Li <fengli@gmail.com>. | |
7 | |
1 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> | 8 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> |
2 | 9 |
3 * progmodes/ada-xref.el (ada-parse-prj-file): | 10 * progmodes/ada-xref.el (ada-parse-prj-file): |
4 Don't delete project buffer; user may want to edit it. | 11 Don't delete project buffer; user may want to edit it. |
5 (ada-xref-set-project-field, ada-xref-current-project-file) | 12 (ada-xref-set-project-field, ada-xref-current-project-file) |