projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4741c
)
lisp/cedet/semantic/db-typecache.el (semanticdb-typecache)
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 7 Sep 2009 17:54:07 +0000
(17:54 +0000)
committer
Chong 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
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/db-typecache.el
b/lisp/cedet/semantic/db-typecache.el
index 9f5b8dadc698b78bd543bc2b3ded913c14a73c6c..02d77327c69a3d3fa5751921f3d77f7f987b262b 100644
(file)
--- a/
lisp/cedet/semantic/db-typecache.el
+++ b/
lisp/cedet/semantic/db-typecache.el
@@
-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