summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2011-10-13 01:18:12 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2011-10-13 01:18:12 -0400
commitbad4122976909500e8989aad56e415afdacaa28d (patch)
treee6e214583c816b2e9d86ae9bd0c2324db0e193b0 /lisp/ChangeLog
parent2be4956d356f48ae65127679994a6ef6fa208914 (diff)
downloademacs-bad4122976909500e8989aad56e415afdacaa28d.tar.gz
* lisp/emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
even in case of error; add debug spec; simplify data flow. (with-timeout-handler): Remove.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 62d7cc449ab..1ec96318116 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
+ even in case of error; add debug spec; simplify data flow.
+ (with-timeout-handler): Remove.
+
2011-10-12 Michael Albinus <michael.albinus@gmx.de>
Fix Bug#6019, Bug#9315.