From 638e74d1a9832084cf4dcc27070108e33392770e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 5 Sep 2009 23:27:45 +0000 Subject: [PATCH] lisp/cedet/semantic/scope.el: Add local vars for autoloading. (semantic-calculate-scope): Autoload. --- lisp/cedet/semantic/scope.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 603fdc23576..5a90b1095c8 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el @@ -651,6 +651,7 @@ whose tags can be searched when needed, OR it may be a scope object." ;; ;; 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. @@ -806,4 +807,10 @@ hits in order, with the first tag being in the closest scope." (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 -- 2.39.5