aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/ede/cpp-root.el
diff options
context:
space:
mode:
authorChong Yidong2009-09-21 02:14:58 +0000
committerChong Yidong2009-09-21 02:14:58 +0000
commitb82525f29a46897b1583919818d174d6f778e2bd (patch)
tree5511f4ab7485018d22b9953c91735bc006c8f6e5 /lisp/cedet/ede/cpp-root.el
parent826608a5fd403acf8a9ae40884fac604b31b0843 (diff)
downloademacs-b82525f29a46897b1583919818d174d6f778e2bd.tar.gz
emacs-b82525f29a46897b1583919818d174d6f778e2bd.zip
* menu-bar.el: Remove ediff-misc from Tools menu.
* cedet/semantic.el (semantic-init-hook) (semantic-init-mode-hook, semantic-init-db-hook): Rename from *-hooks, to follow hook naming conventions. (semantic-submode-list, semantic-default-submodes): New vars. (semantic-mode): New mode. (semantic-parser-working-message): Add ellipses to parse message. * cedet/semantic/bovine/c.el: * cedet/semantic/bovine/make.el: * cedet/semantic/bovine/scm.el: * cedet/semantic/wisent/java-tags.el: * cedet/semantic/wisent/javascript.el: Don't set hooks directly. This is now done in semantic-mode. * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode): Autoload. * cedet/srecode/compile.el: * cedet/srecode/insert.el: * cedet/srecode/mode.el: Fix require statements.
Diffstat (limited to 'lisp/cedet/ede/cpp-root.el')
-rw-r--r--lisp/cedet/ede/cpp-root.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index 02f86d2c856..a922cc15782 100644
--- a/lisp/cedet/ede/cpp-root.el
+++ b/lisp/cedet/ede/cpp-root.el
@@ -467,7 +467,7 @@ This is for project include paths and spp source files."
467 "Set variables local to PROJECT in BUFFER. 467 "Set variables local to PROJECT in BUFFER.
468Also set up the lexical preprocessor map." 468Also set up the lexical preprocessor map."
469 (call-next-method) 469 (call-next-method)
470 (when (and (featurep 'semantic-c) (featurep 'semantic-lex-spp)) 470 (when (and (featurep 'semantic/c) (featurep 'semantic/lex-spp))
471 (setq semantic-lex-spp-project-macro-symbol-obarray 471 (setq semantic-lex-spp-project-macro-symbol-obarray
472 (semantic-lex-make-spp-table (oref project spp-table))) 472 (semantic-lex-make-spp-table (oref project spp-table)))
473 )) 473 ))