1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

lisp/cedet/semantic/db-typecache.el (semanticdb-typecache)

(semanticdb-database-typecache): Autoload classes.
This commit is contained in:
Chong Yidong 2009-09-07 17:54:07 +00:00
parent 3b4741cdf0
commit ccd7dc02cc

View file

@ -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