summaryrefslogtreecommitdiff
path: root/chess-game.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-game.el')
-rw-r--r--chess-game.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/chess-game.el b/chess-game.el
index bd34e29..910a244 100644
--- a/chess-game.el
+++ b/chess-game.el
@@ -320,8 +320,7 @@ progress (nil), if it is drawn, resigned, mate, etc."
(if (chess-ply-keyword ply :resign)
(chess-game-run-hooks game 'resign)
- (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 GAME, by resignation, draw, etc."