From: Chong Yidong Date: Sat, 5 Sep 2009 23:27:45 +0000 (+0000) Subject: lisp/cedet/semantic/scope.el: Add local vars for autoloading. X-Git-Tag: emacs-pretest-23.1.90~1091^2~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=638e74d1a9832084cf4dcc27070108e33392770e;p=emacs.git lisp/cedet/semantic/scope.el: Add local vars for autoloading. (semantic-calculate-scope): Autoload. --- 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