summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/db-file.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-09-07 17:59:16 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-09-07 17:59:16 +0000
commitdac49f4ee92c6117d05701e2214bb87fd1a7e135 (patch)
tree564bbe80d3b8d0e9c228cbb80b23500f2548ec35 /lisp/cedet/semantic/db-file.el
parent4fd27ea52b0b64260f0b405318c640577fa36e17 (diff)
downloademacs-dac49f4ee92c6117d05701e2214bb87fd1a7e135.tar.gz
lisp/cedet/semantic/db-file.el: Add local vars for autoloading.
(semanticdb-project-database-file): Autoload.
Diffstat (limited to 'lisp/cedet/semantic/db-file.el')
-rw-r--r--lisp/cedet/semantic/db-file.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el
index 12cadc43c61..1ea2caf5787 100644
--- a/lisp/cedet/semantic/db-file.el
+++ b/lisp/cedet/semantic/db-file.el
@@ -95,6 +95,7 @@ NOTE: This should get deleted from semantic soon."
;;; Classes
;;
+;;;###autoload
(defclass semanticdb-project-database-file (semanticdb-project-database
eieio-persistent)
((file-header-line :initform ";; SEMANTICDB Tags save file")
@@ -442,4 +443,10 @@ Optional NOERROR prevents errors from being displayed."
(provide 'semantic/db-file)
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/db-file"
+;; End:
+
;;; semantic/db-file.el ends here