]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/cedet/semantic/db-typecache.el (semanticdb-typecache)
authorChong Yidong <cyd@stupidchicken.com>
Mon, 7 Sep 2009 17:54:07 +0000 (17:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 7 Sep 2009 17:54:07 +0000 (17:54 +0000)
(semanticdb-database-typecache): Autoload classes.

lisp/cedet/semantic/db-typecache.el

index 9f5b8dadc698b78bd543bc2b3ded913c14a73c6c..02d77327c69a3d3fa5751921f3d77f7f987b262b 100644 (file)
@@ -45,6 +45,7 @@
 
 \f
 ;;; 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