From 663d4a979ba33c09f57ff82ac5603e06871a0990 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 7 Sep 2009 16:33:20 +0000 Subject: [PATCH] Require semantic/db-file. --- lisp/cedet/semantic/db.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2