diff options
| -rw-r--r-- | lisp/calendar/timeclock.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1017 | ;; total) | 1017 | ;; total) |
| 1018 | (let* ((now (current-time)) | 1018 | (let* ((now (current-time)) |
| 1019 | (todays-date (timeclock-time-to-date now)) | 1019 | (todays-date (timeclock-time-to-date now)) |
| 1020 | (first t) (accum 0) elapsed | 1020 | (first t) (accum 0) (elapsed 0) |
| 1021 | event beg last-date avg | 1021 | event beg last-date avg |
| 1022 | last-date-limited last-date-seconds) | 1022 | last-date-limited last-date-seconds) |
| 1023 | (unless timeclock-discrepancy | 1023 | (unless timeclock-discrepancy |