Merge: timer.el: Use time-date fns rather than rolling our own.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2011 06:31:40 +0000 (23:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2011 06:31:40 +0000 (23:31 -0700)
commit396cec7251b26e5d37e9359dbf6a1b63c8f3a9e2
tree9c07e4d3f64cca4127ad08dc278a20f0c816d18d
parent3ca74e5368a1022e332a0601d9be2418dbe8c083
parent08235028a6a355a4b4afe993ac0939137aae5976
Merge: timer.el: Use time-date fns rather than rolling our own.

This is simpler and helps future-proof the code.
* emacs-lisp/timer.el (timer-until): Use time-subtract and float-time.
(timer--time-less-p): Use time-less-p.
lisp/ChangeLog