aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-30 18:27:40 -0700
committerPaul Eggert2011-06-30 18:27:40 -0700
commitfe955043aa2a44e2bed2bdec963edf0d3ec13fab (patch)
tree18cac822b34d807457730e77cbd8e21489a304c0 /lisp/ChangeLog
parent3103f8b658a3d87f7504471631e8a466bc7ce7c5 (diff)
downloademacs-fe955043aa2a44e2bed2bdec963edf0d3ec13fab.tar.gz
emacs-fe955043aa2a44e2bed2bdec963edf0d3ec13fab.zip
* emacs-lisp/timer.el (timer-relative-time): Use time-add.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 336531516ec..3751cea4287 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-07-01 Paul Eggert <eggert@cs.ucla.edu> 12011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4
3 * calendar/timeclock.el (timeclock-seconds-to-time): 5 * calendar/timeclock.el (timeclock-seconds-to-time):
4 Defalias to seconds-to-time, since they're the same thing. 6 Defalias to seconds-to-time, since they're the same thing.
5 7