From: Chong Yidong Date: Mon, 7 Sep 2009 16:33:20 +0000 (+0000) Subject: Require semantic/db-file. X-Git-Tag: emacs-pretest-23.1.90~1091^2~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=663d4a979ba33c09f57ff82ac5603e06871a0990;p=emacs.git Require semantic/db-file. --- diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index 22c474cc0b2..110d82f8062 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el @@ -1010,6 +1010,9 @@ If file does not have tags available, then load the file, and create them." (provide 'semantic/db) +;; Pull in the semanticdb-project-database-file class: +(require 'semantic/db-file) + ;; Local variables: ;; generated-autoload-file: "loaddefs.el" ;; generated-autoload-feature: semantic/loaddefs