projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd27ea
)
lisp/cedet/semantic/db-file.el: Add local vars for autoloading.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 7 Sep 2009 17:59:16 +0000
(17:59 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 7 Sep 2009 17:59:16 +0000
(17:59 +0000)
(semanticdb-project-database-file): Autoload.
lisp/cedet/semantic/db-file.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/db-file.el
b/lisp/cedet/semantic/db-file.el
index 12cadc43c6181d9e101a30f450facfbf7fdb8e19..1ea2caf5787ee210341ff3767c9313073270b2aa 100644
(file)
--- a/
lisp/cedet/semantic/db-file.el
+++ b/
lisp/cedet/semantic/db-file.el
@@
-95,6
+95,7
@@
NOTE: This should get deleted from semantic soon."
;;; Classes
;;
+;;;###autoload
(defclass semanticdb-project-database-file (semanticdb-project-database
eieio-persistent)
((file-header-line :initform ";; SEMANTICDB Tags save file")
@@
-442,4
+443,10
@@
Optional NOERROR prevents errors from being displayed."
(provide 'semantic/db-file)
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/db-file"
+;; End:
+
;;; semantic/db-file.el ends here