diff options
Diffstat (limited to 'chess-gnuchess.el')
| -rw-r--r-- | chess-gnuchess.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
