diff options
| -rw-r--r-- | lisp/cedet/semantic/ia-sb.el | 7 |
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. |
| 68 | The analyzer displays information about the current context, plus a smart | 69 | The 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 |