]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/db-typecache.el
Nuke arch-tags.
[gnu-emacs] / lisp / cedet / semantic / db-typecache.el
index 71b15fdf82a5405cc61cd5b48723366feba10f18..2d2a70caa6ecf6bebed43bc6004204625e67b2bd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; db-typecache.el --- Manage Datatypes
 
-;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -403,7 +403,7 @@ TYPE is the datatype to find.
 PATH is the search path, which should be one table object.
 If FIND-FILE-MATCH is non-nil, then force the file belonging to the
 found tag to be loaded."
-  (if (not (and (featurep 'semanticdb) semanticdb-current-database))
+  (if (not (and (featurep 'semantic/db) semanticdb-current-database))
       nil ;; No DB, no search
     (save-excursion
       (semanticdb-typecache-find-method (or path semanticdb-current-table)
@@ -622,5 +622,4 @@ If there isn't one, create it.
 ;; generated-autoload-load-name: "semantic/db-typecache"
 ;; End:
 
-;; arch-tag: cd7c37a8-2006-4ead-a037-977ffe7e7624
 ;;; semanticdb-typecache.el ends here