Fix syntax error in previus calc-forms change
* lisp/calc/calc-forms.el (calc-time): Fix previous decoded time change.
This commit is contained in:
parent
9f14c9ad34
commit
bd3bc1c924
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue