Mercurial > emacs
changeset 104462:de6e9d927035
lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.
(semantic-speedbar-analysis): Autoload.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 05 Sep 2009 23:22:02 +0000 |
parents | c89254e41c98 |
children | e4788b39543d |
files | lisp/cedet/semantic/ia-sb.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/ia-sb.el Sat Sep 05 23:20:52 2009 +0000 +++ b/lisp/cedet/semantic/ia-sb.el Sat Sep 05 23:22:02 2009 +0000 @@ -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 @@ (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