(ede-vc-project-directory): Autoload.
2009-09-20 Chong Yidong <cyd@stupidchicken.com>
+ * cedet/ede/system.el: Add local vars for autoloading.
+ (ede-vc-project-directory): Autoload.
+
* cedet/ede/pmake.el (ede-proj-makefile-create): Require
ede/srecode.
;; (def-edebug-spec ede-with-projectfile
;; (form def-body))))
-;; (autoload 'ede-update-version "ede-util"
-;; "Update the version of the current project." t)
-
-;; (autoload 'ede-vc-project-directory "ede-system" t
-;; "Run `vc-directory' on the the current project.")
-
;; (autoload 'ede-web-browse-home "ede-system" t
;; "Web browse this project's home page.")
;;; Version Control
;;
;; Do a few nice things with Version control systems.
+
+;;;###autoload
(defun ede-vc-project-directory ()
"Run `vc-dir' on the current project."
(interactive)
(provide 'ede/system)
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: ede/loaddefs
+;; generated-autoload-load-name: "ede/system"
+;; End:
+
;;; ede/system.el ends here