Mercurial > emacs
changeset 79840:5097f07d602d
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Mon, 14 Jan 2008 22:28:39 +0000 |
parents | b1f456ab1e26 |
children | 3a06f32d85f6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 14 19:20:20 2008 +0000 +++ b/lisp/ChangeLog Mon Jan 14 22:28:39 2008 +0000 @@ -1,3 +1,14 @@ +2008-01-14 Alan Mackenzie <acm@muc.de> + + * progmodes/cc-vars.el (c-constant-symbol): New function which + supersedes c-const-symbol. During a customize-.. call it enables + an element of (e.g.) c-hanging-braces alist to have its name + displayed, even when the default value of c-h-b etc. doesn't + include the elemnt. Replace uses of the old function by the new. + + * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the + obscure non-working fragment ":value c-". + 2008-01-14 Alan Mackenzie <acm@muc.de> * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro