Mercurial > emacs
changeset 104483:785c1bb5253e
lisp/cedet/semantic/db-typecache.el (semanticdb-typecache)
(semanticdb-database-typecache): Autoload classes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 07 Sep 2009 17:54:07 +0000 |
parents | 5b954f6cdc15 |
children | fd44b6a10640 |
files | lisp/cedet/semantic/db-typecache.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-typecache.el Mon Sep 07 17:26:29 2009 +0000 +++ b/lisp/cedet/semantic/db-typecache.el Mon Sep 07 17:54:07 2009 +0000 @@ -45,6 +45,7 @@ ;;; TABLE TYPECACHE +;;;###autoload (defclass semanticdb-typecache () ((filestream :initform nil :documentation @@ -153,6 +154,7 @@ ;; 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