comparison lisp/cedet/semantic/analyze.el @ 104470:6ccad1511df1

Minor whitespace changes and `require' fixes.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Sep 2009 21:22:05 +0000
parents 273e528a9f9b
children 25e047f7f6a2
comparison
equal deleted inserted replaced
104469:ce081012a7d6 104470:6ccad1511df1
62 ;; that is a constraint. 62 ;; that is a constraint.
63 ;; constants - Some datatypes define elements of themselves as a 63 ;; constants - Some datatypes define elements of themselves as a
64 ;; constant. These need to be returned as there would be no 64 ;; constant. These need to be returned as there would be no
65 ;; other possible completions. 65 ;; other possible completions.
66 ;; 66 ;;
67 (require 'eieio)
68 (require 'semantic) 67 (require 'semantic)
69 (require 'semantic/format) 68 (require 'semantic/format)
70 (require 'semantic/ctxt) 69 (require 'semantic/ctxt)
71 (require 'semantic/sort) 70 (require 'semantic/sort)
72 (eval-when-compile (require 'semantic/find)) 71 (eval-when-compile (require 'semantic/find))
73 (require 'semantic/scope) 72 (require 'semantic/scope)
74 (require 'semantic/tag)
75 (require 'semantic/analyze/fcn) 73 (require 'semantic/analyze/fcn)
76 74
77 ;;; Code: 75 ;;; Code:
78 (defvar semantic-analyze-error-stack nil 76 (defvar semantic-analyze-error-stack nil
79 "Collection of any errors thrown during analysis.") 77 "Collection of any errors thrown during analysis.")