(semantic-calculate-scope): Autoload.
;;
;; Create the scope structure for use in the Analyzer.
;;
+;;;###autoload
(defun semantic-calculate-scope (&optional point)
"Calculate the scope at POINT.
If POINT is not provided, then use the current location of point.
(provide 'semantic/scope)
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/scope"
+;; End:
+
;;; semantic/scope.el ends here