aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/timeclock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el
index a054513441c..e570f9bf2f7 100644
--- a/lisp/calendar/timeclock.el
+++ b/lisp/calendar/timeclock.el
@@ -1080,7 +1080,7 @@ See the documentation for the given function if more info is needed."
1080 (unless timeclock-last-event-workday 1080 (unless timeclock-last-event-workday
1081 (setq timeclock-last-event-workday timeclock-workday)) 1081 (setq timeclock-last-event-workday timeclock-workday))
1082 (setq accum timeclock-discrepancy 1082 (setq accum timeclock-discrepancy
1083 elapsed timeclock-elapsed) 1083 elapsed (or timeclock-elapsed elapsed))
1084 (if timeclock-last-event 1084 (if timeclock-last-event
1085 (if (equal (car timeclock-last-event) "i") 1085 (if (equal (car timeclock-last-event) "i")
1086 (let ((last-period (timeclock-last-period now))) 1086 (let ((last-period (timeclock-last-period now)))