diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cedet/semantic/db-typecache.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 45 | 45 | ||
| 46 | 46 | ||
| 47 | ;;; TABLE TYPECACHE | 47 | ;;; TABLE TYPECACHE |
| 48 | ;;;###autoload | ||
| 48 | (defclass semanticdb-typecache () | 49 | (defclass semanticdb-typecache () |
| 49 | ((filestream :initform nil | 50 | ((filestream :initform nil |
| 50 | :documentation | 51 | :documentation |
| @@ -153,6 +154,7 @@ If there is no table, create one, and fill it in." | |||
| 153 | ;; Unlike file based caches, this one is a bit simpler, and just needs | 154 | ;; Unlike file based caches, this one is a bit simpler, and just needs |
| 154 | ;; to get reset when a table gets updated. | 155 | ;; to get reset when a table gets updated. |
| 155 | 156 | ||
| 157 | ;;;###autoload | ||
| 156 | (defclass semanticdb-database-typecache (semanticdb-abstract-db-cache) | 158 | (defclass semanticdb-database-typecache (semanticdb-abstract-db-cache) |
| 157 | ((stream :initform nil | 159 | ((stream :initform nil |
| 158 | :documentation | 160 | :documentation |