diff options
| -rw-r--r-- | lisp/calendar/timeclock.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 53ff1277139..2cd06f3ac6b 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el | |||
| @@ -1077,6 +1077,8 @@ See the documentation for the given function if more info is needed." | |||
| 1077 | timeclock-workday)) | 1077 | timeclock-workday)) |
| 1078 | (forward-line)) | 1078 | (forward-line)) |
| 1079 | (setq timeclock-discrepancy accum)))) | 1079 | (setq timeclock-discrepancy accum)))) |
| 1080 | (unless timeclock-last-event-workday | ||
| 1081 | (setq timeclock-last-event-workday timeclock-workday)) | ||
| 1080 | (setq accum timeclock-discrepancy | 1082 | (setq accum timeclock-discrepancy |
| 1081 | elapsed timeclock-elapsed) | 1083 | elapsed timeclock-elapsed) |
| 1082 | (if timeclock-last-event | 1084 | (if timeclock-last-event |