summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/db-typecache.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-09-07 17:54:07 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-09-07 17:54:07 +0000
commitccd7dc02ccf67aede7b4dbce4f00bbc4ea98a9c2 (patch)
tree944207bfb0748252e35f142ea794408e6a408b6d /lisp/cedet/semantic/db-typecache.el
parent3b4741cdf06da56c01cd094a7877de3773bccb93 (diff)
downloademacs-ccd7dc02ccf67aede7b4dbce4f00bbc4ea98a9c2.tar.gz
lisp/cedet/semantic/db-typecache.el (semanticdb-typecache)
(semanticdb-database-typecache): Autoload classes.
Diffstat (limited to 'lisp/cedet/semantic/db-typecache.el')
-rw-r--r--lisp/cedet/semantic/db-typecache.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/db-typecache.el b/lisp/cedet/semantic/db-typecache.el
index 9f5b8dadc69..02d77327c69 100644
--- a/lisp/cedet/semantic/db-typecache.el
+++ b/lisp/cedet/semantic/db-typecache.el
@@ -45,6 +45,7 @@
;;; TABLE TYPECACHE
+;;;###autoload
(defclass semanticdb-typecache ()
((filestream :initform nil
:documentation
@@ -153,6 +154,7 @@ If there is no table, create one, and fill it in."
;; Unlike file based caches, this one is a bit simpler, and just needs
;; to get reset when a table gets updated.
+;;;###autoload
(defclass semanticdb-database-typecache (semanticdb-abstract-db-cache)
((stream :initform nil
:documentation