diff lisp/ChangeLog @ 105441:457c7a0ec078

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 04 Oct 2009 19:22:09 +0000
parents bec7f10791da
children 96247a7ec10d
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 04 19:00:54 2009 +0000
+++ b/lisp/ChangeLog	Sun Oct 04 19:22:09 2009 +0000
@@ -1,3 +1,14 @@
+2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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.
+
 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
 
 	* cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.