# HG changeset patch # User Alan Mackenzie # Date 1200349719 0 # Node ID 5097f07d602d63168c734df26a686f8c764dd58e # Parent b1f456ab1e26cccd1aa9594d04b8ce9983458307 *** empty log message *** diff -r b1f456ab1e26 -r 5097f07d602d lisp/ChangeLog --- 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 + + * 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 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro