]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:22:02 +0000 (23:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:22:02 +0000 (23:22 +0000)
(semantic-speedbar-analysis): Autoload.

lisp/cedet/semantic/ia-sb.el

index 97f5318825cd7bd96a70ea39b02be54ed08e6aea..d9f223a90d1024b536b22456ee4d05345e2bdd4c 100644 (file)
@@ -63,6 +63,7 @@
        ;;'(speedbar-item-info . eieio-speedbar-item-info)
        '(speedbar-line-directory . semantic-ia-sb-line-path)))
 
+;;;###autoload
 (defun semantic-speedbar-analysis ()
   "Start Speedbar in semantic analysis mode.
 The analyzer displays information about the current context, plus a smart
@@ -364,4 +365,10 @@ TEXT TAG and INDENT are the details."
 
 (provide 'semantic/ia-sb)
 
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/ia-sb"
+;; End:
+
 ;;; semantic/ia-sb.el ends here