diff lisp/cedet/semantic/scope.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 ee7637f5d6de
children 7042156f9f43
line wrap: on
line diff
--- a/lisp/cedet/semantic/scope.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic/scope.el	Sun Sep 06 21:22:05 2009 +0000
@@ -49,7 +49,7 @@
 (require 'semantic/analyze/fcn)
 (require 'semantic/ctxt)
 
-(eval-when-compile (require 'semantic/find)) ; For semantic-find-* macros
+(eval-when-compile (require 'semantic/find))
 
 (declare-function data-debug-show "eieio-datadebug")
 (declare-function semantic-analyze-find-tag "semantic/analyze")