Merge: timer.el: Use time-date fns rather than rolling our own.
[bpt/emacs.git] / lisp / ChangeLog
index d137c33..b5d9005 100644 (file)
@@ -1,6 +1,8 @@
 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * emacs-lisp/timer.el (timer-until): Use time-subtract and float-time.
+       * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
+       This is simpler and helps future-proof the code.
+       (timer-until): Use time-subtract and float-time.
        (timer--time-less-p): Use time-less-p.
 
 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>