Implement `org-decode-time' for backward compatibility
commitf3abb514a3d343add93fd370b5a9894a95a3d3e8
authorGalen Menzel <galen.menzel@utexas.edu>
Fri, 11 Aug 2017 13:07:45 +0000 (11 15:07 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 14 Aug 2017 11:02:43 +0000 (14 13:02 +0200)
tree7d60e1b2cdf7ee3a86e47e1b438da3b169690e48
parentb862c24b9fb2591dc6240bfbd3a9829c72d9b970
Implement `org-decode-time' for backward compatibility

* lisp/org-compat.el (org-decode-time): New function.
* lisp/org-clock.el (org-clock-get-sum-start): Use new function.

Emacs 24's `decode-time' doesn't accept two arguments.
lisp/org-clock.el
lisp/org-compat.el