Mercurial > emacs
diff lisp/ChangeLog @ 105323:caba6faa5726
(semantic-c-reset-preprocessor-symbol-map): Fix declaration.
(semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 01 Oct 2009 02:19:38 +0000 |
parents | 4c610ec5ed40 |
children | 2701a9aa1147 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 01 02:17:38 2009 +0000 +++ b/lisp/ChangeLog Thu Oct 01 02:19:38 2009 +0000 @@ -1,5 +1,9 @@ 2009-10-01 Glenn Morris <rgm@gnu.org> + * cedet/semantic/bovine/gcc.el + (semantic-c-reset-preprocessor-symbol-map): Fix declaration. + (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes. + * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration rather than parsing it as a regexp. This relaxes the layout requirements and makes errors easier to detect.