diff options
| author | Paul Eggert | 2011-06-30 17:30:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-30 17:30:18 -0700 |
| commit | 3103f8b658a3d87f7504471631e8a466bc7ce7c5 (patch) | |
| tree | 53387380bfd1dd3106b0daa3cb2733005b595eab /lisp/ChangeLog | |
| parent | e2bac5f625481e45ccd1a217af0cd211df461a20 (diff) | |
| download | emacs-3103f8b658a3d87f7504471631e8a466bc7ce7c5.tar.gz emacs-3103f8b658a3d87f7504471631e8a466bc7ce7c5.zip | |
* emacs-lisp/elp.el (elp-elapsed-time): Use float-time.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab071c79454..336531516ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * calendar/timeclock.el (timeclock-seconds-to-time): | 3 | * calendar/timeclock.el (timeclock-seconds-to-time): |
| 4 | Defalias to seconds-to-time, since they're the same thing. | 4 | Defalias to seconds-to-time, since they're the same thing. |
| 5 | 5 | ||
| 6 | * emacs-lisp/elp.el (elp-elapsed-time): | ||
| 6 | * emacs-lisp/benchmark.el (benchmark-elapse): | 7 | * emacs-lisp/benchmark.el (benchmark-elapse): |
| 7 | * allout-widgets.el (allout-elapsed-time-seconds): Use float-time. | 8 | * allout-widgets.el (allout-elapsed-time-seconds): Use float-time. |
| 8 | 9 | ||