aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-09-05 23:22:02 +0000
committerChong Yidong2009-09-05 23:22:02 +0000
commite076d49f5635d080591fc5ac7ebf152732a34249 (patch)
treeeec5c549e65a8ccb60cfba724d8aeaabbe79ffa6
parent9e031c3162b3fbb5cf2a10d17e4627ba43cbccd1 (diff)
downloademacs-e076d49f5635d080591fc5ac7ebf152732a34249.tar.gz
emacs-e076d49f5635d080591fc5ac7ebf152732a34249.zip
lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.
(semantic-speedbar-analysis): Autoload.
-rw-r--r--lisp/cedet/semantic/ia-sb.el7
1 files changed, 7 insertions, 0 deletions
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 @@
63 ;;'(speedbar-item-info . eieio-speedbar-item-info) 63 ;;'(speedbar-item-info . eieio-speedbar-item-info)
64 '(speedbar-line-directory . semantic-ia-sb-line-path))) 64 '(speedbar-line-directory . semantic-ia-sb-line-path)))
65 65
66;;;###autoload
66(defun semantic-speedbar-analysis () 67(defun semantic-speedbar-analysis ()
67 "Start Speedbar in semantic analysis mode. 68 "Start Speedbar in semantic analysis mode.
68The analyzer displays information about the current context, plus a smart 69The analyzer displays information about the current context, plus a smart
@@ -364,4 +365,10 @@ TEXT TAG and INDENT are the details."
364 365
365(provide 'semantic/ia-sb) 366(provide 'semantic/ia-sb)
366 367
368;; Local variables:
369;; generated-autoload-file: "loaddefs.el"
370;; generated-autoload-feature: semantic/loaddefs
371;; generated-autoload-load-name: "semantic/ia-sb"
372;; End:
373
367;;; semantic/ia-sb.el ends here 374;;; semantic/ia-sb.el ends here