diff options
Diffstat (limited to 'chess-sound.el')
| -rw-r--r-- | chess-sound.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
