Mercurial > emacs
diff lisp/ChangeLog @ 105692:15b4b661ceb1
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
(semantic-c-debug-mode-init-pch): New functions.
(semantic-c-debug-mode-init-last-mode): New var.
(semantic-c-parse-lexical-token): Use them.
* cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
When extracting the argument list, limit only by point-max.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 21 Oct 2009 14:04:00 +0000 |
parents | ed970ee2fe76 |
children | e381bf63474f |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 21 11:27:59 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 21 14:04:00 2009 +0000 @@ -1,3 +1,13 @@ +2009-10-21 Eric Ludlam <zappo@gnu.org> + + * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init) + (semantic-c-debug-mode-init-pch): New functions. + (semantic-c-debug-mode-init-last-mode): New var. + (semantic-c-parse-lexical-token): Use them. + + * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace): + When extracting the argument list, limit only by point-max. + 2009-10-21 Michael Albinus <michael.albinus@gmx.de> * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.