]> code.delx.au - gnu-emacs-elpa/commitdiff
*** no comment ***
authorJohn Wiegley <johnw@newartisans.com>
Wed, 1 May 2002 22:23:13 +0000 (22:23 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 1 May 2002 22:23:13 +0000 (22:23 +0000)
chess-engine.el
chess-ics.el

index 45d909e3510437f6f9c4aa8ea14e4ad174785d9a..f50038df4c016c33fdf2bff90aacf643e8b2f482 100644 (file)
 
             ((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
index 8d35afa04e0cbed106701bebbf434a80565273da..020fa447124a0452f8805239ae7f56203d2aef5b 100644 (file)
@@ -83,11 +83,6 @@ The format of each entry is:
              (function
               (lambda ()
                 (funcall chess-engine-response-handler 'accept))))
-       (cons "You accept the takeback request from \\S-+\\."
-             (function
-              (lambda ()
-                (let ((chess-engine-pending-offer 'my-undo))
-                  (funcall chess-engine-response-handler 'accept)))))
        (cons "\\(\\S-+\\) resigns}"
              (function
               (lambda ()