diff lisp/cedet/semantic/db-find.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 a4eb6286981e
children 25e047f7f6a2
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-find.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic/db-find.el	Sun Sep 06 21:22:05 2009 +0000
@@ -748,7 +748,7 @@
   (semantic-fetch-tags)
   (require 'data-debug)
   (let* ((semanticdb-find-default-throttle
-	  (if (featurep 'semanticdb-find)
+	  (if (featurep 'semantic/db-find)
 	      (remq 'unloaded semanticdb-find-default-throttle)
 	    nil))
 	 (start (current-time))