]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/cedet/semantic/scope.el: Add local vars for autoloading.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:27:45 +0000 (23:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:27:45 +0000 (23:27 +0000)
(semantic-calculate-scope): Autoload.

lisp/cedet/semantic/scope.el

index 603fdc23576d9f7e83a64ef2cbc1998b409e7b8f..5a90b1095c8e1a5e3d15a5c8e4797adcb003c72c 100644 (file)
@@ -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