Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4bd0908b
Commit
4bd0908b
authored
May 10, 2001
by
John Wiegley
Browse files
(timeclock-find-discrep): Initialize `elapsed' to 0.
parent
40153606
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/timeclock.el
lisp/calendar/timeclock.el
+1
-1
No files found.
lisp/calendar/timeclock.el
View file @
4bd0908b
...
...
@@ -1017,7 +1017,7 @@ See the documentation for the given function if more info is needed."
;; total)
(
let*
((
now
(
current-time
))
(
todays-date
(
timeclock-time-to-date
now
))
(
first
t
)
(
accum
0
)
elapsed
(
first
t
)
(
accum
0
)
(
elapsed
0
)
event
beg
last-date
avg
last-date-limited
last-date-seconds
)
(
unless
timeclock-discrepancy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment