From fa48465aa8541d1370d567979000b09f5b06e16a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 02:37:37 +0000 Subject: *** no comment *** --- chess-game.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-game.el') 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." -- cgit v1.2.3