summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/detect.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede/detect.el')
-rw-r--r--lisp/cedet/ede/detect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/detect.el b/lisp/cedet/ede/detect.el
index daffb6eb5a8..e33f7a9a0fe 100644
--- a/lisp/cedet/ede/detect.el
+++ b/lisp/cedet/ede/detect.el
@@ -198,7 +198,7 @@ Return a cons cell:
(ans (ede-detect-directory-for-project default-directory)))
(if ans
(message "Project found in %d sec @ %s of type %s"
- (float-time (time-subtract nil start))
+ (encode-time (time-since start) 'integer)
(car ans)
(eieio-object-name-string (cdr ans)))
(message "No Project found.") )))