aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-09-05 01:06:46 +0000
committerChong Yidong2009-09-05 01:06:46 +0000
commitab7e1f7c7fad4c6c7fb745760e6badee30d42d3a (patch)
tree9387229db07121b7d304606efd14e30e205e7f0f
parent996bc9bf73f16625e00df0bb58ea98b2ca3ba317 (diff)
downloademacs-ab7e1f7c7fad4c6c7fb745760e6badee30d42d3a.tar.gz
emacs-ab7e1f7c7fad4c6c7fb745760e6badee30d42d3a.zip
lisp/cedet/semantic/elp.el (semantic-elp-idle-work): Require semantic/idle.
-rw-r--r--lisp/cedet/semantic/elp.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/elp.el b/lisp/cedet/semantic/elp.el
index 87fe2936b95..a9f8354fd07 100644
--- a/lisp/cedet/semantic/elp.el
+++ b/lisp/cedet/semantic/elp.el
@@ -36,6 +36,9 @@
36(require 'semantic/analyze) 36(require 'semantic/analyze)
37(require 'semantic/analyze/complete) 37(require 'semantic/analyze/complete)
38 38
39(declare-function semantic-idle-scheduler-work-parse-neighboring-files
40 "semantic/idle")
41
39;;; Code: 42;;; Code:
40(defvar semantic-elp-emacs-core-list 43(defvar semantic-elp-emacs-core-list
41 '( 44 '(
@@ -644,6 +647,7 @@ Argument NAME is the name to give the ELP data object."
644(defun semantic-elp-idle-work () 647(defun semantic-elp-idle-work ()
645 "Run the idle work scheduler, using ELP to measure performance." 648 "Run the idle work scheduler, using ELP to measure performance."
646 (interactive) 649 (interactive)
650 (require 'semantic/idle)
647 (let ((elp-recycle-buffers-p nil) 651 (let ((elp-recycle-buffers-p nil)
648 (totalstart nil) 652 (totalstart nil)
649 (totalstop nil) 653 (totalstop nil)