changeset 104464:ee7637f5d6de

lisp/cedet/semantic/scope.el: Add local vars for autoloading. (semantic-calculate-scope): Autoload.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Sep 2009 23:27:45 +0000
parents e4788b39543d
children 155479111645
files lisp/cedet/semantic/scope.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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