# HG changeset patch # User Stefan Monnier # Date 1275337616 14400 # Node ID 490548bf16c1b9c3995fdb7ae20200eccbc0fe34 # Parent 46728260f484e5eaa7bf61165ffc1b578a2cd4fa * lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name. diff -r 46728260f484 -r 490548bf16c1 lisp/ChangeLog --- 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 + + * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name + (bug#6231). + 2010-05-31 Stefan Monnier * man.el (Man-completion-table): Let the user type "-k " (bug#6319). diff -r 46728260f484 -r 490548bf16c1 lisp/cedet/ede/cpp-root.el --- 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))) ))