diff options
author | Alan Mackenzie <acm@muc.de> | 2008-01-15 23:55:28 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2008-01-15 23:55:28 +0000 |
commit | 5bc93211c90be460778aeed6ce8c97f34855fd41 (patch) | |
tree | d1e78a3b4bccfe12d082e33a0a9b2bf5c0bcffb1 | |
parent | 0d5998d1afedf49b70aeba1b5d9cad67860ce489 (diff) | |
download | emacs-5bc93211c90be460778aeed6ce8c97f34855fd41.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 396aa0fd92f..1f3f2a50d4f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-01-16 acm <acm@localhost.localdomain> + + * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside + an eval-and-compile, so as to permit byte-compiling (e.g. in + bootstrap). + 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var. |