aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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)