aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-30 21:36:40 -0700
committerPaul Eggert2011-06-30 21:36:40 -0700
commit2f81380d8da399d5c2af874f553570702b91b448 (patch)
tree6c76eec7b106234ff21492bc0f75ed2d94834ea5 /lisp/ChangeLog
parent845b5c3e2ac139e8697861c6bf6fbd281dacf914 (diff)
downloademacs-2f81380d8da399d5c2af874f553570702b91b448.tar.gz
emacs-2f81380d8da399d5c2af874f553570702b91b448.zip
* type-break.el (type-break-time-sum): Rewrite using 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 be24c21cc58..4b067b043ed 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 * type-break.el (type-break-time-sum): Rewrite using time-add.
4
3 * play/hanoi.el (hanoi-current-time-float): Remove. 5 * play/hanoi.el (hanoi-current-time-float): Remove.
4 All uses replaced by float-time. 6 All uses replaced by float-time.
5 7