emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 760fef4 309/316: Fix typo


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 760fef4 309/316: Fix typo
Date: Sat, 28 Jan 2017 09:10:13 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 760fef48402a5f8d2e68c41334433d5be886e58e
Author: xscript <address@hidden>
Commit: Edward John Steere <address@hidden>

    Fix typo
    
    * test/manual/cedet/cedet/semantic/idle.el: Fix typo due to automated
     file rename ('semantic.elapsed-time' -> 'semantic-elapsed-time).
---
 test/manual/cedet/cedet/semantic/idle.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/manual/cedet/cedet/semantic/idle.el 
b/test/manual/cedet/cedet/semantic/idle.el
index 7738a91..54130d6 100644
--- a/test/manual/cedet/cedet/semantic/idle.el
+++ b/test/manual/cedet/cedet/semantic/idle.el
@@ -4,4 +4,4 @@
   (let ((start (current-time))
         (junk (semantic-idle-scheduler-work-parse-neighboring-files))
         (end (current-time)))
-    (message "Work took %.2f seconds." (semantic.elapsed-time start end))))
+    (message "Work took %.2f seconds." (semantic-elapsed-time start end))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]