mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Require semantic/db-file.
This commit is contained in:
parent
d046becfc4
commit
663d4a979b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue