# HG changeset patch # User Chong Yidong # Date 1252346356 0 # Node ID e59328b6f1178913a612908851e7e0ec0ce9f8da # Parent fd44b6a10640ef7696c5e7fc66e4a15713600825 lisp/cedet/semantic/db-file.el: Add local vars for autoloading. (semanticdb-project-database-file): Autoload. diff -r fd44b6a10640 -r e59328b6f117 lisp/cedet/semantic/db-file.el --- a/lisp/cedet/semantic/db-file.el Mon Sep 07 17:54:28 2009 +0000 +++ b/lisp/cedet/semantic/db-file.el Mon Sep 07 17:59:16 2009 +0000 @@ -95,6 +95,7 @@ ;;; Classes ;; +;;;###autoload (defclass semanticdb-project-database-file (semanticdb-project-database eieio-persistent) ((file-header-line :initform ";; SEMANTICDB Tags save file") @@ -442,4 +443,10 @@ (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