diff options
author | Alan Mackenzie <acm@muc.de> | 2008-01-14 22:33:52 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2008-01-14 22:33:52 +0000 |
commit | 872efa5166f423b54e6c33fd2d50003087819666 (patch) | |
tree | 02063699b07676d3f6144de20b49d0190de8697f | |
parent | 938a9a9e11e6a2f9c7a23d65783d59ba73ec4f0a (diff) | |
download | emacs-872efa5166f423b54e6c33fd2d50003087819666.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 203de0951e5..1d444bad5ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 Stefan Monnier <monnier@iro.umontreal.ca> * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern. |