diff options
| author | Chong Yidong | 2006-08-20 14:43:29 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-08-20 14:43:29 +0000 |
| commit | f9ac92c539946ca1f4dc77e044dd05708c71e03d (patch) | |
| tree | 508f76602a3188e6be07b62a40a7851e114b61c7 /lisp/ChangeLog | |
| parent | 525efc448c2e574527761c8650a39c182d609788 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-08-20 Juanma Barranquero <lekktu@gmail.com> | 7 | 2006-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'. |