Mercurial > emacs
comparison lisp/ChangeLog @ 79840:5097f07d602d
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Mon, 14 Jan 2008 22:28:39 +0000 |
parents | b1f456ab1e26 |
children | 20dfc58f9051 |
comparison
equal
deleted
inserted
replaced
79839:b1f456ab1e26 | 79840:5097f07d602d |
---|---|
1 2008-01-14 Alan Mackenzie <acm@muc.de> | |
2 | |
3 * progmodes/cc-vars.el (c-constant-symbol): New function which | |
4 supersedes c-const-symbol. During a customize-.. call it enables | |
5 an element of (e.g.) c-hanging-braces alist to have its name | |
6 displayed, even when the default value of c-h-b etc. doesn't | |
7 include the elemnt. Replace uses of the old function by the new. | |
8 | |
9 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the | |
10 obscure non-working fragment ":value c-". | |
11 | |
1 2008-01-14 Alan Mackenzie <acm@muc.de> | 12 2008-01-14 Alan Mackenzie <acm@muc.de> |
2 | 13 |
3 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro | 14 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro |
4 call inside a struct being recognised as a K&R argument. | 15 call inside a struct being recognised as a K&R argument. |
5 | 16 |