From: Chong Yidong Date: Mon, 7 Sep 2009 17:54:07 +0000 (+0000) Subject: lisp/cedet/semantic/db-typecache.el (semanticdb-typecache) X-Git-Tag: emacs-pretest-23.1.90~1091^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccd7dc02ccf67aede7b4dbce4f00bbc4ea98a9c2;p=emacs.git lisp/cedet/semantic/db-typecache.el (semanticdb-typecache) (semanticdb-database-typecache): Autoload classes. --- 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