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:
parent
3b4741cdf0
commit
ccd7dc02cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue