Mercurial > emacs
changeset 37648:9baaf32f355a
(timeclock-find-discrep): Initialize `elapsed' to 0.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Thu, 10 May 2001 01:00:50 +0000 |
parents | c78aca9e4eb2 |
children | 14bc60b57ff1 |
files | lisp/calendar/timeclock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/timeclock.el Wed May 09 20:34:19 2001 +0000 +++ b/lisp/calendar/timeclock.el Thu May 10 01:00:50 2001 +0000 @@ -1017,7 +1017,7 @@ ;; 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