# HG changeset patch # User Chong Yidong # Date 1252193265 0 # Node ID ee7637f5d6deaeb176e91f8081af97c4535aa2a0 # Parent e4788b39543dc531dc872d42452da0c562e2dd3e lisp/cedet/semantic/scope.el: Add local vars for autoloading. (semantic-calculate-scope): Autoload. diff -r e4788b39543d -r ee7637f5d6de lisp/cedet/semantic/scope.el --- a/lisp/cedet/semantic/scope.el Sat Sep 05 23:25:26 2009 +0000 +++ b/lisp/cedet/semantic/scope.el Sat Sep 05 23:27:45 2009 +0000 @@ -651,6 +651,7 @@ ;; ;; 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 @@ (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