comparison 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
comparison
equal deleted inserted replaced
105440:bec7f10791da 105441:457c7a0ec078
1 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2
3 * cedet/semantic.el (semantic-new-buffer-setup-functions): New
4 option.
5 (semantic-new-buffer-fcn): Call parser setup functions here.
6 (semantic-mode): Don't call parser setup functions here, it's done
7 in semantic-new-buffer-fcn now.
8
9 * cedet/srecode/compile.el (srecode-compile-file): Call
10 semantic-new-buffer-fcn if the buffer has not been parsed.
11
1 2009-10-04 Chong Yidong <cyd@stupidchicken.com> 12 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete. 14 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4 15
5 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel. 16 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.