mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
One more variable coming up nil on the first time around, needing
guarding.
This commit is contained in:
parent
cb89da0f8f
commit
8c9245e2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue