diff options
Diffstat (limited to 'chess-game.el')
| -rw-r--r-- | chess-game.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chess-game.el b/chess-game.el index 73176b6..55b7588 100644 --- a/chess-game.el +++ b/chess-game.el @@ -237,8 +237,7 @@ progress (nil), if it is drawn, resigned, mate, etc." (chess-game-run-hooks game 'move current-ply)))) (t - (chess-game-run-hooks game 'move current-ply) - (chess-game-run-hooks game 'post-move))))) + (chess-game-run-hooks game 'move current-ply))))) (defsubst chess-game-end (game keyword) "End the current game, by resignation, draw, etc." |
