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
16908a3f
Commit
16908a3f
authored
Oct 13, 2000
by
John Wiegley
Browse files
Bug fix for timeclock.el
parent
4473cdd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/timeclock.el
lisp/calendar/timeclock.el
+1
-1
No files found.
lisp/ChangeLog
View file @
16908a3f
2000-10-13 John Wiegley <johnw@gnu.org>
* calendar/timeclock.el (timeclock-find-discrep): A fix to same
faulty math, where holiday hours were being computing as seconds.
2000-10-13 John Wiegley <johnw@gnu.org>
* desktop.el (desktop-buffer-modes-to-save): Added a global for
...
...
lisp/calendar/timeclock.el
View file @
16908a3f
...
...
@@ -679,7 +679,7 @@ identical to what would be return if `timeclock-relative' were nil."
(
setq
last-date-limited
(
timeclock-time-to-date
(
cadr
event
))
last-date-seconds
(
string-to-number
(
nth
2
event
))))
(
*
(
string-to-number
(
nth
2
event
))
3600
)
))
((
equal
(
car
event
)
"i"
)
(
when
(
and
(
nth
2
event
)
(
>
(
length
(
nth
2
event
))
0
))
...
...
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