]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
authorJonathan Marchand <jonathlela@gmail.com>
Mon, 31 May 2010 20:26:56 +0000 (16:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 31 May 2010 20:26:56 +0000 (16:26 -0400)
Fixes: debbugs:6231
lisp/ChangeLog
lisp/cedet/ede/cpp-root.el

index 9b27b3e342c755496781e8f96e4f1b1a624f64b2..23039243c140c28ea1af2f4ea89a7a484fd8a04d 100644 (file)
@@ -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).
index 1592c3c2f5dfb3f8306b66496bd03361b896bdf9..cae4d090a39b63f1069131a2a8ba5aa3fa546e6c 100644 (file)
@@ -467,7 +467,7 @@ This is for project include paths and spp source files."
   "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)))
     ))