projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f14c9a
)
Fix syntax error in previus calc-forms change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 30 Jul 2019 11:06:35 +0000
(13:06 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 30 Jul 2019 11:06:35 +0000
(13:06 +0200)
* lisp/calc/calc-forms.el (calc-time): Fix previous decoded time
change.
lisp/calc/calc-forms.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-forms.el
b/lisp/calc/calc-forms.el
index d867ac1d47a786498f4a366c5bae8097fecbf914..bdfc0e44dddcffc00a3d45aa3fbe32f8ac8960b2 100644
(file)
--- a/
lisp/calc/calc-forms.el
+++ b/
lisp/calc/calc-forms.el
@@
-43,7
+43,7
@@
(list 'hms
(decoded-time-hour time)
(decoded-time-minute time)
- (decoded-time-second
0
time))
+ (decoded-time-second time))
(list 'hms 24 0 0))))))
(defun calc-to-hms (arg)