From: Chong Yidong Date: Sat, 5 Sep 2009 23:13:51 +0000 (+0000) Subject: lisp/cedet/semantic/db-global.el: Add local vars for autoloading. X-Git-Tag: emacs-pretest-23.1.90~1091^2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad75612d6ad13ce60a69679be41930d91cc24919;p=emacs.git lisp/cedet/semantic/db-global.el: Add local vars for autoloading. (semanticdb-enable-gnu-global-databases): Autoload. --- diff --git a/lisp/cedet/semantic/db-global.el b/lisp/cedet/semantic/db-global.el index 373b0df8963..b32255e7f1b 100644 --- a/lisp/cedet/semantic/db-global.el +++ b/lisp/cedet/semantic/db-global.el @@ -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