]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo
authorxscript <xscript@users.sourceforge.net>
Tue, 16 Aug 2011 17:19:17 +0000 (19:19 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:21:28 +0000 (20:21 +0200)
* 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

index 7738a917f06706a8f6d7e2aa4b56cf4350bc282e..54130d6629f590f7447cd20172f32b55d043f093 100644 (file)
@@ -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))))