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/analyze.el | |
parent | 6ca2fce3b8d345e619694f64c99013574000d0b3 (diff) | |
download | emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.tar.gz emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.tar.bz2 emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.zip |
Minor whitespace changes and `require' fixes.
Diffstat (limited to 'lisp/cedet/semantic/analyze.el')
-rw-r--r-- | lisp/cedet/semantic/analyze.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index 63c196af487..2beb41319ea 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el @@ -64,14 +64,12 @@ ;; constant. These need to be returned as there would be no ;; other possible completions. ;; -(require 'eieio) (require 'semantic) (require 'semantic/format) (require 'semantic/ctxt) (require 'semantic/sort) (eval-when-compile (require 'semantic/find)) (require 'semantic/scope) -(require 'semantic/tag) (require 'semantic/analyze/fcn) ;;; Code: |