From ecaf5a3842adc0bd38b069184a031b8530c620cb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 22:46:16 +0000 Subject: *** no comment *** --- chess-announce.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chess-announce.el b/chess-announce.el index 1d962d7..5fb83a7 100644 --- a/chess-announce.el +++ b/chess-announce.el @@ -34,6 +34,9 @@ will be announced." "This display module presents a standard chessboard. See `chess-display-type' for the different kinds of displays." (cond + ((eq event 'pass) + (chess-announce-change-perspective game (not perspective))) + ((memq event '(move game-over)) (let* ((ply (chess-game-ply game (1- (chess-game-index game)))) (pos (chess-ply-pos ply))) -- cgit v1.2.3