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:
parent
9e031c3162
commit
e076d49f56
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue