diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-22 19:23:45 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-22 19:23:45 +0000 |
| commit | 62c13bcfa1933274be856ac5840a933bbaca5f27 (patch) | |
| tree | 81e2d4ab1a749a4d2561e824708abd60a04d67d0 /chess-images.el | |
| parent | 171cc1aceb0e9acafe329ff6cd0ca1e2852876ce (diff) | |
Bug fixes and reducing the TODO list.
Diffstat (limited to 'chess-images.el')
| -rw-r--r-- | chess-images.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chess-images.el b/chess-images.el index 60d02d7..5ffa01d 100644 --- a/chess-images.el +++ b/chess-images.el @@ -182,7 +182,13 @@ called." (apply 'chess-images-draw-square args)) ((eq event 'highlight) - (apply 'chess-images-highlight args)))) + (apply 'chess-images-highlight args)) + + ((eq event 'start-edit) + (setq cursor-type t)) + + ((eq event 'end-edit) + (setq cursor-type nil)))) (defun chess-images-determine-size () (let ((display (and (stringp chess-images-separate-frame) |
