diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-14 23:17:48 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-14 23:17:48 +0000 |
| commit | 4f7271d9ea4f82eb316b05a54bac9030d1127c8e (patch) | |
| tree | 2bc9aca9e184f57a83ee74a68c97aca261cbc7c2 /chess.el | |
| parent | db5b94f367aebaeb019b46b2e2feb9f366d5d964 (diff) | |
*** no comment ***
Diffstat (limited to 'chess.el')
| -rw-r--r-- | chess.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,8 +124,8 @@ available." (defun chess--create-engine (module game response-handler ctor-args) (if (require module nil t) - (let ((engine (chess-engine-create game module - response-handler ctor-args))) + (let ((engine (apply 'chess-engine-create game module + response-handler ctor-args))) (when engine ;; for the sake of engines which are ready to play now, and ;; which don't need connect/accept negotiation (most |
