comparison lisp/cedet/semantic/ia-sb.el @ 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 52067a6bf088
children 7f4c7f5c0eba
comparison
equal deleted inserted replaced
104461:c89254e41c98 104462:de6e9d927035
61 (speedbar-add-mode-functions-list 61 (speedbar-add-mode-functions-list
62 (list "Analyze" 62 (list "Analyze"
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.
68 The analyzer displays information about the current context, plus a smart 69 The analyzer displays information about the current context, plus a smart
69 list of possible completions." 70 list of possible completions."
70 (interactive) 71 (interactive)
362 (select-frame cf)))) 363 (select-frame cf))))
363 (select-frame speedbar-frame))) 364 (select-frame speedbar-frame)))
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