0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 19:16:28 +00:00

Fix parenthesis.

This commit is contained in:
Carsten Dominik 2008-11-25 14:27:27 +01:00
parent 4b2d3c6feb
commit f03aa6e48a

View file

@ -90,7 +90,7 @@ that was not started at the correct moment."
(org-timer-secs-to-hms
(floor
(- (time-to-seconds (current-time))
(time-to-seconds org-timer-start-time))))))))
(time-to-seconds org-timer-start-time)))))))
;;;###autoload
(defun org-timer-change-times-in-region (beg end delta)