From: Chong Yidong Date: Sat, 5 Sep 2009 23:22:02 +0000 (+0000) Subject: lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading. X-Git-Tag: emacs-pretest-23.1.90~1091^2~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e076d49f5635d080591fc5ac7ebf152732a34249;p=emacs.git lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading. (semantic-speedbar-analysis): Autoload. --- diff --git a/lisp/cedet/semantic/ia-sb.el b/lisp/cedet/semantic/ia-sb.el index 97f5318825c..d9f223a90d1 100644 --- a/lisp/cedet/semantic/ia-sb.el +++ b/lisp/cedet/semantic/ia-sb.el @@ -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