From: John Wiegley Date: Thu, 10 May 2001 01:00:50 +0000 (+0000) Subject: (timeclock-find-discrep): Initialize `elapsed' to 0. X-Git-Tag: emacs-pretest-21.0.104~569 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/4bd0908bff31ddf8e4a39ff366c98c2e7de82403 (timeclock-find-discrep): Initialize `elapsed' to 0. --- diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 7592d63427..53ff127713 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