From 4aa1c73a2e77af7bcf1bd24837c9f07488068cdd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 22:11:09 +0000 Subject: *** no comment *** --- chess-sound.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-sound.el') diff --git a/chess-sound.el b/chess-sound.el index e5b0de3..8761f1d 100644 --- a/chess-sound.el +++ b/chess-sound.el @@ -62,7 +62,8 @@ See `chess-display-type' for the different kinds of displays." (file-readable-p (expand-file-name "move.wav" chess-sound-directory)) (or (eq chess-sound-play-function 'play-sound-file) - (file-executable-p chess-sound-program)))) + (file-executable-p chess-sound-program)) + (current-buffer))) ((eq event 'move) (let* ((ply (chess-game-ply chess-display-game -- cgit v1.2.3