diff options
Diffstat (limited to 'chess-announce.el')
| -rw-r--r-- | chess-announce.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chess-announce.el b/chess-announce.el index 2da0486..a713057 100644 --- a/chess-announce.el +++ b/chess-announce.el @@ -34,9 +34,9 @@ shutdown the announcer process, if necessary.") (defun chess-announce-for-game (game) "Announce the opponent's moves in GAME." (funcall (nth 0 chess-announce-functions)) - (chess-game-add-hook game 'chess-announce-event-handler)) + (chess-game-add-hook game 'chess-announce-handler)) -(defun chess-announce-event-handler (game ignore event &rest args) +(defun chess-announce-handler (game ignore event &rest args) "This display module presents a standard chessboard. See `chess-display-type' for the different kinds of displays." (cond |
