diff lisp/cedet/semantic.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 217c6a8e8420
children 64ff46db1dda
line wrap: on
line diff
--- a/lisp/cedet/semantic.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic.el	Sun Sep 06 21:22:05 2009 +0000
@@ -34,7 +34,6 @@
   (defvar semantic-version "2.0pre7"
     "Current version of Semantic."))
 
-;; (require 'working)
 (require 'assoc)
 (require 'semantic/tag)
 (require 'semantic/lex)
@@ -821,8 +820,8 @@
 
 (provide 'semantic)
 
-;;; semantic.el ends here
-
 ;; Semantic-util is a part of the semantic API.  Include it last
 ;; because it depends on semantic.
 (require 'semantic/util)
+
+;;; semantic.el ends here