summaryrefslogtreecommitdiff
path: root/chess-announce.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-announce.el')
-rw-r--r--chess-announce.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-announce.el b/chess-announce.el
index 95cf40c..2da0486 100644
--- a/chess-announce.el
+++ b/chess-announce.el
@@ -43,7 +43,7 @@ See `chess-display-type' for the different kinds of displays."
((eq event 'shutdown)
(funcall (nth 2 chess-announce-functions)))
- ((memq event '(move game-over))
+ ((eq event 'move)
(let* ((ply (chess-game-ply game (1- (chess-game-index game))))
(pos (chess-ply-pos ply)))
(unless (eq (chess-game-data game 'my-color)