comparison 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
comparison
equal deleted inserted replaced
104469:ce081012a7d6 104470:6ccad1511df1
746 for details on how this list is derived." 746 for details on how this list is derived."
747 (interactive "P") 747 (interactive "P")
748 (semantic-fetch-tags) 748 (semantic-fetch-tags)
749 (require 'data-debug) 749 (require 'data-debug)
750 (let* ((semanticdb-find-default-throttle 750 (let* ((semanticdb-find-default-throttle
751 (if (featurep 'semanticdb-find) 751 (if (featurep 'semantic/db-find)
752 (remq 'unloaded semanticdb-find-default-throttle) 752 (remq 'unloaded semanticdb-find-default-throttle)
753 nil)) 753 nil))
754 (start (current-time)) 754 (start (current-time))
755 (p (semanticdb-find-translate-path nil arg)) 755 (p (semanticdb-find-translate-path nil arg))
756 (end (current-time)) 756 (end (current-time))