* cedet/semantic.el (semantic-new-buffer-setup-functions): New
authorChong Yidong <cyd@stupidchicken.com>
Sun, 4 Oct 2009 19:22:09 +0000 (19:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 4 Oct 2009 19:22:09 +0000 (19:22 +0000)
commit82481502da71772099ee46e36389b029d575d742
treebb25dea7864426de9eae00871c2de8b0265b564c
parentd91485a9a2f60fdb1a24a104d6eb42d4ef83a3ed
* cedet/semantic.el (semantic-new-buffer-setup-functions): New
option.
(semantic-new-buffer-fcn): Call parser setup functions here.
(semantic-mode): Don't call parser setup functions here, it's done
in semantic-new-buffer-fcn now.

* cedet/srecode/compile.el (srecode-compile-file): Call
semantic-new-buffer-fcn if the buffer has not been parsed.
lisp/ChangeLog
lisp/cedet/semantic.el
lisp/cedet/srecode/compile.el