summaryrefslogtreecommitdiff
path: root/chess-game.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-15 02:37:37 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-15 02:37:37 +0000
commitfa48465aa8541d1370d567979000b09f5b06e16a (patch)
treef936827e0f209261a6126e2d675cd2812fe7b544 /chess-game.el
parentb24315b28140dac7cf10828394ff347c4ad3e985 (diff)
*** no comment ***
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 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."