diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-05-01 22:23:13 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-05-01 22:23:13 +0000 |
| commit | 3169a8123361adb22387572b0c4647ce32c1917c (patch) | |
| tree | 231221daedaf567b376de432f0f5d2f8a3090870 /chess-engine.el | |
| parent | 22b47d6e2731685cf0f2618499fa772c26328482 (diff) | |
*** no comment ***
Diffstat (limited to 'chess-engine.el')
| -rw-r--r-- | chess-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el index 45d909e..f50038d 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -218,7 +218,7 @@ ((eq chess-engine-pending-offer 'undo) (chess-message 'opp-undo-acc chess-engine-pending-arg) - (chess-game-undo game (car args))) + (chess-game-undo game chess-engine-pending-arg)) ((eq chess-engine-pending-offer 'my-undo) (chess-game-undo game (car args)))))) (setq chess-engine-pending-offer nil |
