1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 21:12:23 -08:00

lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.

(semantic-speedbar-analysis): Autoload.
This commit is contained in:
Chong Yidong 2009-09-05 23:22:02 +00:00
parent 9e031c3162
commit e076d49f56

View 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