aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-08-20 14:43:29 +0000
committerChong Yidong2006-08-20 14:43:29 +0000
commitf9ac92c539946ca1f4dc77e044dd05708c71e03d (patch)
tree508f76602a3188e6be07b62a40a7851e114b61c7 /lisp/ChangeLog
parent525efc448c2e574527761c8650a39c182d609788 (diff)
downloademacs-f9ac92c539946ca1f4dc77e044dd05708c71e03d.tar.gz
emacs-f9ac92c539946ca1f4dc77e044dd05708c71e03d.zip
* frame.el (blink-cursor-start): Set timer first.
(blink-cursor-end): Ignore timer cancelling errors. Suggested by Ken Manheimer.
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 7052812ddd0..9214570678c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-08-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * frame.el (blink-cursor-start): Set timer first.
4 (blink-cursor-end): Ignore timer cancelling errors.
5 Suggested by Ken Manheimer.
6
12006-08-20 Juanma Barranquero <lekktu@gmail.com> 72006-08-20 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * newcomment.el (comment-box): Call `comment-normalize-vars'. 9 * newcomment.el (comment-box): Call `comment-normalize-vars'.