diff lisp/ChangeLog @ 72455:94094ff11364

* frame.el (blink-cursor-start): Set timer first. (blink-cursor-end): Ignore timer cancelling errors. Suggested by Ken Manheimer.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 20 Aug 2006 14:43:29 +0000
parents 1b7664312e38
children 2657308de2f6
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 20 12:53:20 2006 +0000
+++ b/lisp/ChangeLog	Sun Aug 20 14:43:29 2006 +0000
@@ -1,3 +1,9 @@
+2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
+
+	* frame.el (blink-cursor-start): Set timer first.
+	(blink-cursor-end): Ignore timer cancelling errors.
+	Suggested by Ken Manheimer.
+
 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
 
 	* newcomment.el (comment-box): Call `comment-normalize-vars'.