# HG changeset patch # User Alan Mackenzie # Date 1200350032 0 # Node ID 5774380925aba1b6658cb3041d7394ee88e41951 # Parent 2957493cf354df5dab55c1e2c704137c1104669a *** empty log message *** diff -r 2957493cf354 -r 5774380925ab lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 14 20:17:52 2008 +0000 +++ b/lisp/ChangeLog Mon Jan 14 22:33:52 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 Stefan Monnier * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.