From 059e5edba1175504698637f734eb5bf975b299fa Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 1 Mar 2002 08:08:28 +0000 Subject: Playing against crafty now works. --- chess-gnuchess.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-gnuchess.el') diff --git a/chess-gnuchess.el b/chess-gnuchess.el index 1031f4f..ef2e4be 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -16,9 +16,9 @@ :group 'chess-gnuchess) ;;;###autoload -(defun chess-gnuchess (game) +(defun chess-gnuchess (session process event &rest args) (chess-process - game nil + session process event (list (list (concat "My move is : \\(" chess-algebraic-regexp "\\)") (function (lambda (move) -- cgit v1.2.3