diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-06 21:22:05 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-06 21:22:05 +0000 |
commit | a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f (patch) | |
tree | 0675cf49c3245bbb7b750b6c6b61df980715fc17 /lisp/cedet/semantic/chart.el | |
parent | 6ca2fce3b8d345e619694f64c99013574000d0b3 (diff) | |
download | emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.tar.gz |
Minor whitespace changes and `require' fixes.
Diffstat (limited to 'lisp/cedet/semantic/chart.el')
-rw-r--r-- | lisp/cedet/semantic/chart.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/cedet/semantic/chart.el b/lisp/cedet/semantic/chart.el index ec7685916ce..7efe4e6dfae 100644 --- a/lisp/cedet/semantic/chart.el +++ b/lisp/cedet/semantic/chart.el @@ -26,17 +26,13 @@ ;; the output of the semantic parser. ;; -(require 'chart) (require 'semantic) +(require 'chart) (require 'semantic/db) (require 'semantic/tag) (eval-when-compile (require 'semantic/find)) -;; (require 'semantic/db-mode) -;; (require 'semantic/db-typecache) -;; (require 'semantic/scope) - ;;; Code: (defun semantic-chart-tags-by-class (&optional tagtable) @@ -173,8 +169,6 @@ items are charted. TAGTABLE is passedto "Number of tags") )) - - (provide 'semantic/chart) ;;; semantic/chart.el ends here |