From 4bd0908bff31ddf8e4a39ff366c98c2e7de82403 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 May 2001 01:00:50 +0000 Subject: [PATCH] (timeclock-find-discrep): Initialize `elapsed' to 0. --- lisp/calendar/timeclock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 7592d63427c..53ff1277139 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -1017,7 +1017,7 @@ See the documentation for the given function if more info is needed." ;; total) (let* ((now (current-time)) (todays-date (timeclock-time-to-date now)) - (first t) (accum 0) elapsed + (first t) (accum 0) (elapsed 0) event beg last-date avg last-date-limited last-date-seconds) (unless timeclock-discrepancy -- 2.39.5