From ccd7dc02ccf67aede7b4dbce4f00bbc4ea98a9c2 Mon Sep 17 00:00:00 2001 From: Chong Yidong <cyd@stupidchicken.com> Date: Mon, 7 Sep 2009 17:54:07 +0000 Subject: [PATCH] lisp/cedet/semantic/db-typecache.el (semanticdb-typecache) (semanticdb-database-typecache): Autoload classes. --- lisp/cedet/semantic/db-typecache.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5