diff options
Diffstat (limited to 'chess-link.el')
| -rw-r--r-- | chess-link.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-link.el b/chess-link.el index a65a583..321686d 100644 --- a/chess-link.el +++ b/chess-link.el @@ -18,7 +18,7 @@ return-value) (cond ((eq event 'connect) - (chess-engine-command nil 'accept) + (chess-engine-command nil 'accept-connect) t) (t |
