]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/cedet/semantic/db-global.el: Add local vars for autoloading.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:13:51 +0000 (23:13 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:13:51 +0000 (23:13 +0000)
(semanticdb-enable-gnu-global-databases): Autoload.

lisp/cedet/semantic/db-global.el

index 373b0df8963fef1a9c6db84c5cceeae52202d519..b32255e7f1b8de2bd655c3bf60a601ecdabf9d69 100644 (file)
@@ -43,7 +43,7 @@
 (declare-function data-debug-new-buffer "data-debug")
 (declare-function data-debug-insert-thing result "data-debug")
 
-
+;;;###autoload
 (defun semanticdb-enable-gnu-global-databases (mode)
   "Enable the use of the GNU Global SemanticDB back end for all files of MODE.
 This will add an instance of a GNU Global database to each buffer
@@ -251,4 +251,10 @@ If optional arg STANDARDFILE is non nil, use a standard file w/ global enabled."
 
 (provide 'semantic/db-global)
 
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/db-global"
+;; End:
+
 ;;; semantic/db-global.el ends here