]> git.eshelyaron.com Git - emacs.git/commit
Fix org-timer-show-remaining-time > 1 hour
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Aug 2019 00:19:13 +0000 (17:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Aug 2019 00:22:25 +0000 (17:22 -0700)
commit3d1c9a77c52664c8c3e4fa1ae25e1d13aab9b2f9
tree72db1de512b5e7581a57983a24cc6cf67a0ec69e
parentf38a16ee89a03b838fc29c298e36f9b93a1ebfd2
Fix org-timer-show-remaining-time > 1 hour

* lisp/org/org-timer.el (org-timer-show-remaining-time):
Don’t assume the remaining time is less than one hour.
Simplify.  The simplification removes the need for a
decode-time, and fixes a typo I introduced recently.
lisp/org/org-timer.el