changeset 108679:490548bf16c1

* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 31 May 2010 16:26:56 -0400
parents 46728260f484
children 2e9f223012e8
files lisp/ChangeLog lisp/cedet/ede/cpp-root.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 31 15:35:04 2010 -0400
+++ b/lisp/ChangeLog	Mon May 31 16:26:56 2010 -0400
@@ -1,3 +1,8 @@
+2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>
+
+	* cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
+	(bug#6231).
+
 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* man.el (Man-completion-table): Let the user type "-k " (bug#6319).
--- a/lisp/cedet/ede/cpp-root.el	Mon May 31 15:35:04 2010 -0400
+++ b/lisp/cedet/ede/cpp-root.el	Mon May 31 16:26:56 2010 -0400
@@ -467,7 +467,7 @@
   "Set variables local to PROJECT in BUFFER.
 Also set up the lexical preprocessor map."
   (call-next-method)
-  (when (and (featurep 'semantic/c) (featurep 'semantic/lex-spp))
+  (when (and (featurep 'semantic/bovine/c) (featurep 'semantic/lex-spp))
     (setq semantic-lex-spp-project-macro-symbol-obarray
 	  (semantic-lex-make-spp-table (oref project spp-table)))
     ))