Add 2010 to copyright years.
[bpt/emacs.git] / lisp / cedet / ede / cpp-root.el
index e1e348a..ec04dd5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ede/cpp-root.el --- A simple way to wrap a C++ project with a single root
 
-;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -491,8 +491,8 @@ Also set up the lexical preprocessor map."
         (when (not table)
           (message "Cannot find file %s in project." F))
         (when (and table (semanticdb-needs-refresh-p table))
-          (semanticdb-refresh-table table))
-        (setq spp (append spp (oref table lexical-table)))))
+          (semanticdb-refresh-table table)
+          (setq spp (append spp (oref table lexical-table))))))
      (oref this spp-files))
     spp))
 
@@ -508,7 +508,6 @@ Also set up the lexical preprocessor map."
 
 ;; Local variables:
 ;; generated-autoload-file: "loaddefs.el"
-;; generated-autoload-feature: ede/loaddefs
 ;; generated-autoload-load-name: "ede/cpp-root"
 ;; End: