mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
One more variable coming up nil on the first time around, needing
guarding.
This commit is contained in:
parent
cb89da0f8f
commit
8c9245e2a5
@ -1080,7 +1080,7 @@ See the documentation for the given function if more info is needed."
|
||||
(unless timeclock-last-event-workday
|
||||
(setq timeclock-last-event-workday timeclock-workday))
|
||||
(setq accum timeclock-discrepancy
|
||||
elapsed timeclock-elapsed)
|
||||
elapsed (or timeclock-elapsed elapsed))
|
||||
(if timeclock-last-event
|
||||
(if (equal (car timeclock-last-event) "i")
|
||||
(let ((last-period (timeclock-last-period now)))
|
||||
|
Loading…
Reference in New Issue
Block a user