From 49009415e3df8ca24405c0410f8a4eeee4f193d7 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 3 Feb 2004 19:03:17 +0000 Subject: (chess-announce-handler): On event 'kibitz, talk. --- chess-announce.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chess-announce.el b/chess-announce.el index a607543..8619e74 100644 --- a/chess-announce.el +++ b/chess-announce.el @@ -105,7 +105,9 @@ shutdown the announcer process, if necessary.") (if (chess-ply-keyword ply :stalemate) (setq text (concat text ", " (chess-string 'stalemate)))) - (funcall (nth 1 chess-announce-functions) text))))))) + (funcall (nth 1 chess-announce-functions) text))))) + ((eq event 'kibitz) + (funcall (nth 1 chess-announce-functions) (car args))))) (defun chess-announce-festival (text) "Announce the given text using festival. -- cgit v1.2.3